root widgets

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2667 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-06-16 13:50:53 +00:00
parent 5b849cb3e5
commit 39d1b9c34b

View file

@ -148,7 +148,7 @@ instance_format = u"""\
"""
run_format = u"""\
%(t)s%(root)s.run()
%(t)sroot_widgets[%(root)r].run()
if __name__ == "__main__":
%(t)smain()