pythonbrew-install script accept Python-2.7

This commit is contained in:
Yuta
2011-04-12 00:44:37 +09:00
parent bb24bd5fb4
commit cdb92c3e2a
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ class InstallOptions(object):
configure = ""
no_setuptools = False
alias = None
jobs = 2
def test_install():
from pythonbrew.commands.install import InstallCommand