]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/lib/timectrl.py
move wxPython to new trunk
[wxWidgets.git] / wxPython / wxPython / lib / timectrl.py
diff --git a/wxPython/wxPython/lib/timectrl.py b/wxPython/wxPython/lib/timectrl.py
deleted file mode 100644 (file)
index d71c4ce..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-## This file imports items from the wx package into the wxPython package for
-## 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.masked.timectrl
-
-__doc__ =  wx.lib.masked.timectrl.__doc__
-
-EVT_TIMEUPDATE = wx.lib.masked.timectrl.EVT_TIMEUPDATE
-TimeUpdatedEvent = wx.lib.masked.timectrl.TimeUpdatedEvent
-wxTimeCtrl = wx.lib.masked.timectrl.TimeCtrl