diff clients/pychan_demo/dynamic.py @ 125:97d6946bd917

- prepared files for new dir structure
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 06 Aug 2008 22:24:57 +0000
parents 4a0efb7baf70
children bb9902910067
line wrap: on
line diff
--- a/clients/pychan_demo/dynamic.py	Wed Aug 06 01:03:00 2008 +0000
+++ b/clients/pychan_demo/dynamic.py	Wed Aug 06 22:24:57 2008 +0000
@@ -21,7 +21,7 @@
 
 class DynamicExample(PyChanExample):
 	def __init__(self):
-		super(DynamicExample,self).__init__('content/gui/dynamic.xml')
+		super(DynamicExample,self).__init__('gui/dynamic.xml')
 		
 	def start(self):
 		self.widget = pychan.loadXML(self.xmlFile)