move tool script to bin dir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-11-03 04:44:26 +00:00
parent cc4fd1b638
commit 0d968c165c

View File

@@ -59,6 +59,10 @@ def run():
# Tweak the parsed meta objects in the module object as needed for
# customizing the generated code and docstrings.
#c = module.find('')
#assert isinstance(c, etgtools.ClassDef)
#-----------------------------------------------------------------
tools.doCommonTweaks(module)
tools.runGenerators(module)