mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 13:57:08 +01:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user