From f1a360a4757e1980d7715f7fcfd81c966b825cca Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 29 Jan 2003 03:22:29 +0000 Subject: [PATCH] Load class into wx namespace when the module is imported. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_calextras.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/src/_calextras.py b/wxPython/src/_calextras.py index f2f8bde23c..1b8ba8cb2f 100644 --- a/wxPython/src/_calextras.py +++ b/wxPython/src/_calextras.py @@ -2,3 +2,4 @@ # Stuff these names into the wx namespace so wxPyConstructObject can find them wx.wxCalendarEventPtr = wxCalendarEventPtr +wx.wxCalendarCtrlPtr = wxCalendarCtrlPtr