bug fix. Added PythonInstaller class.

This commit is contained in:
utahta
2010-11-13 21:24:37 +09:00
parent b357cc13ff
commit 97b101f33c
43 changed files with 4458 additions and 167 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class UpdateCommand(Command):
version = args[0]
# check for latest version
if version == VERSION:
if version <= VERSION:
logger.info("You are already running the installed latest version of pythonbrew.")
sys.exit()