]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/version.py
move wxPython to new trunk
[wxWidgets.git] / wxPython / wx / py / version.py
diff --git a/wxPython/wx/py/version.py b/wxPython/wx/py/version.py
deleted file mode 100644 (file)
index c0a5f5d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-"""Provides an object representing the current 'version' or 'release'
-of Py as a whole.  Individual classes, such as the shell, filling and
-interpreter, each have a revision property based on the CVS Revision."""
-
-__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
-__cvsid__ = "$Id$"
-__revision__ = "$Revision$"[11:-2]
-
-VERSION = '0.9.5'