X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a95a71334ccdc0377a515e1a23529930e7d86ac9..bcb1a72d5f2fe656f8e3df26dc979d464c9ee2e4:/wxPython/contrib/activex/activex.py diff --git a/wxPython/contrib/activex/activex.py b/wxPython/contrib/activex/activex.py index 98e87b2e72..f9a5010a0a 100644 --- a/wxPython/contrib/activex/activex.py +++ b/wxPython/contrib/activex/activex.py @@ -3,8 +3,8 @@ import _activex -import core -wx = core +import _core +wx = _core __docfilter__ = wx.__docfilter__ #--------------------------------------------------------------------------- @@ -195,7 +195,7 @@ _activex.PropXArray_swigregister(PropXArrayPtr) #--------------------------------------------------------------------------- -class ActiveXWindow(core.Window): +class ActiveXWindow(_core.Window): """ ActiveXWindow derives from wxWindow and the constructor accepts a CLSID for the ActiveX Control that should be created. The @@ -355,7 +355,7 @@ def RegisterActiveXEvent(*args, **kwargs): Creates a standard wx event ID for the given eventName. """ return _activex.RegisterActiveXEvent(*args, **kwargs) -class ActiveXEvent(core.CommandEvent): +class ActiveXEvent(_core.CommandEvent): """ An instance of ActiveXEvent is sent to the handler for all bound ActiveX events. Any event parameters from the ActiveX cntrol are