Oops, there was one in wxGBSpan too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-02-15 01:56:16 +00:00
parent 326394316a
commit 805d3364e4

View File

@@ -77,7 +77,6 @@ def run():
#-----------------------------------------------------------------
c = module.find('wxGBSpan')
assert isinstance(c, etgtools.ClassDef)
c.find('operator!').ignore()
# allow a 2 element sequence to be auto converted
c.convertFromPyObject = tools.convertTwoIntegersTemplate('wxGBSpan')