]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/lib/timectrl.py
applied patch 1376506 - remove unneeded member variable from GTK wxRadioButton
[wxWidgets.git] / wxPython / wxPython / lib / timectrl.py
index 30c06b147aa35354b7af958256626942bbd6c64b..d71c4cebd66839185097deba5d8fb2fbd130ec68 100644 (file)
@@ -2,10 +2,10 @@
 ## backwards compatibility.  Some names will also have a 'wx' added on if
 ## that is how they used to be named in the old wxPython package.
 
-import wx.lib.timectrl
+import wx.lib.masked.timectrl
 
-__doc__ =  wx.lib.timectrl.__doc__
+__doc__ =  wx.lib.masked.timectrl.__doc__
 
-EVT_TIMEUPDATE = wx.lib.timectrl.EVT_TIMEUPDATE
-TimeUpdatedEvent = wx.lib.timectrl.TimeUpdatedEvent
-wxTimeCtrl = wx.lib.timectrl.wxTimeCtrl
+EVT_TIMEUPDATE = wx.lib.masked.timectrl.EVT_TIMEUPDATE
+TimeUpdatedEvent = wx.lib.masked.timectrl.TimeUpdatedEvent
+wxTimeCtrl = wx.lib.masked.timectrl.TimeCtrl