#8616: update module name

This commit is contained in:
Georg Brandl 2010-05-24 21:37:54 +00:00
parent 04ee3375fb
commit 574a857640
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ class DemoWindow(object):
self.text.delete("1.0", "end")
self.text.insert("1.0",chars)
direc, fname = os.path.split(filename)
self.root.title(fname[6:-3]+" - an xturtle example")
self.root.title(fname[6:-3]+" - a Python turtle graphics example")
self.module = __import__(fname[:-3])
reload(self.module)
self.configGUI(NORMAL, NORMAL, DISABLED, DISABLED,