]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/config.py
Unnecessary wxString(wxString).
[wxWidgets.git] / wxPython / config.py
index 1a9b4796fbb79c06ab665af0aebd2dd9bef6c7cf..b76666bcaf3b73b566cc4bf22a49bf62da46a9f9 100644 (file)
@@ -137,7 +137,8 @@ FLAVOUR = ""       # Optional flavour string to be appended to VERSION
 
 EP_ADD_OPTS = 0    # When doing MULTIVERSION installs the wx port and
                    # ansi/unicode settings can optionally be added to the
-                   # subdir path used in site-packages 
+                   # subdir path used in site-packages
+                   
                    
 WX_CONFIG = None   # Usually you shouldn't need to touch this, but you can set
                    # it to pass an alternate version of wx-config or alternate
@@ -567,8 +568,8 @@ def getExtraPath(shortVer=True, addOpts=False):
         ep = "wx-%d.%d" % (VER_MAJOR, VER_MINOR)
         
         # plus release if minor is odd
-        #if VER_MINOR % 2 == 1:
-        #    ep += ".%d" % VER_RELEASE
+        if VER_MINOR % 2 == 1:
+            ep += ".%d" % VER_RELEASE
             
     else:
         # long version, full version