Mercurial > fife-parpg
diff demos/pychan_demo/colortester.py @ 613:8c9cdcc9bc4f
Renaming pychan_test.py to pychan_demo.py to make it a bit more obvious which file to execute.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 24 Sep 2010 15:19:58 +0000 |
parents | 59c92d10d7bc |
children |
line wrap: on
line diff
--- a/demos/pychan_demo/colortester.py Wed Sep 22 14:05:33 2010 +0000 +++ b/demos/pychan_demo/colortester.py Fri Sep 24 15:19:58 2010 +0000 @@ -23,7 +23,7 @@ """ pychan demo app for testing rgba colors on widgets """ -from pychan_test import PyChanExample +from pychan_demo import PyChanExample from fife.extensions import pychan class ColorExample(PyChanExample):