]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/lib/buttons.py
move wxPython to new trunk
[wxWidgets.git] / wxPython / wxPython / lib / buttons.py
diff --git a/wxPython/wxPython/lib/buttons.py b/wxPython/wxPython/lib/buttons.py
deleted file mode 100644 (file)
index daa1320..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-## This file reverse renames symbols in the wx package to give
-## them their wx prefix again, for backwards compatibility.
-
-import wx.lib.buttons
-
-__doc__ =  wx.lib.buttons.__doc__
-
-wxGenButtonEvent = wx.lib.buttons.GenButtonEvent
-wxGenButton = wx.lib.buttons.GenButton
-wxGenBitmapButton = wx.lib.buttons.GenBitmapButton
-wxGenBitmapTextButton = wx.lib.buttons.GenBitmapTextButton
-wxGenToggleButton = wx.lib.buttons.GenToggleButton
-wxGenBitmapToggleButton = wx.lib.buttons.GenBitmapToggleButton
-wxGenBitmapTextToggleButton = wx.lib.buttons.GenBitmapTextToggleButton