Make the 'this' attribute a real attribute of the Facade, not a
viritual one. This is needed because of some SWIG optimizations that will skip using getattr to find the 'this'. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -168,6 +168,7 @@ class ShellFacade:
|
|||||||
d = self.__dict__
|
d = self.__dict__
|
||||||
d['other'] = other
|
d['other'] = other
|
||||||
d['helpText'] = HELP_TEXT
|
d['helpText'] = HELP_TEXT
|
||||||
|
d['this'] = other.this
|
||||||
|
|
||||||
def help(self):
|
def help(self):
|
||||||
"""Display some useful information about how to use the shell."""
|
"""Display some useful information about how to use the shell."""
|
||||||
|
Reference in New Issue
Block a user