]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/lib/pubsub.py
move wxPython to new trunk
[wxWidgets.git] / wxPython / wxPython / lib / pubsub.py
diff --git a/wxPython/wxPython/lib/pubsub.py b/wxPython/wxPython/lib/pubsub.py
deleted file mode 100644 (file)
index 081105f..0000000
+++ /dev/null
@@ -1,10 +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.pubsub
-
-__doc__ =  wx.lib.pubsub.__doc__
-
-Message = wx.lib.pubsub.Message
-Topic = wx.lib.pubsub.Topic