comparison demos/pychan_demo/dynamic.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 70697641fca3
children
comparison
equal deleted inserted replaced
612:867aad1c01cd 613:8c9cdcc9bc4f
20 # Free Software Foundation, Inc., 20 # Free Software Foundation, Inc.,
21 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 # #################################################################### 22 # ####################################################################
23 23
24 from fife.extensions import pychan 24 from fife.extensions import pychan
25 from pychan_test import PyChanExample 25 from pychan_demo import PyChanExample
26 26
27 class DynamicExample(PyChanExample): 27 class DynamicExample(PyChanExample):
28 def __init__(self): 28 def __init__(self):
29 super(DynamicExample,self).__init__('gui/dynamic.xml') 29 super(DynamicExample,self).__init__('gui/dynamic.xml')
30 30