X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe953afb43a163ad45fcd9513641f126570bab26..1a685a59a0330935609d201148ad1abf2724a07e:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index c384c2038f..ecd5a4a870 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -341,8 +341,8 @@ else: # Check if the version file needs updated #---------------------------------------------------------------------- -if IN_CVS_TREE and newer('setup.py', 'src/__version__.py'): - open('src/__version__.py', 'w').write("ver = '%s'\n" % VERSION) +#if IN_CVS_TREE and newer('setup.py', 'src/__version__.py'): +open('src/__version__.py', 'w').write("ver = '%s'\n" % VERSION)