mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user