We want the name of the parent module, not the name of the module itself, for the pycode annotations.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2011-09-17 04:47:33 +00:00
parent f327ab13e4
commit 6b9f5b8d91

View File

@@ -87,7 +87,7 @@ from %s import *
stream.write(divider)
self.module_name = module.name
self.module_name = module.module
# C++ code to be written to the module's header
if module.headerCode:
stream.write("\n%ModuleHeaderCode\n")