Kaydet (Commit) 574a8576 authored tarafından Georg Brandl's avatar Georg Brandl

#8616: update module name

üst 04ee3375
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment