]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/config.py
Applied patch [ 1171542 ] access static class members via scoping operator
[wxWidgets.git] / wxPython / config.py
index 485564b04915f2afd577d886d83d7099706d0f35..851c315f895628c8cd6e27f86ecd17bb859c9c1b 100644 (file)
@@ -38,8 +38,8 @@ import distutils.command.clean
 
 VER_MAJOR        = 2      # The first three must match wxWidgets
 VER_MINOR        = 5
-VER_RELEASE      = 4
-VER_SUBREL       = 1      # wxPython release num for x.y.z release of wxWidgets
+VER_RELEASE      = 5
+VER_SUBREL       = 0      # wxPython release num for x.y.z release of wxWidgets
 VER_FLAGS        = "pre"     # release flags, such as prerelease num, unicode, etc.
 
 DESCRIPTION      = "Cross platform GUI toolkit for Python"
@@ -884,8 +884,6 @@ depends = [ #'include/wx/wxPython/wxPython.h',
 ####################################
 
 import pprint
-import xml.sax            
-
 try:
     import libxml2
     FOUND_LIBXML2 = True