Fix the module these classes are in.

This commit is contained in:
Robin Dunn
2016-05-16 21:00:40 -07:00
parent 566b5cc247
commit 87e4e46c3b

View File

@@ -12,7 +12,7 @@ import etgtools
import etgtools.tweaker_tools as tools
PACKAGE = "wx"
MODULE = "_core"
MODULE = "_msw"
NAME = "metafile" # Base name of the file to generate to for this script
DOCSTRING = ""