This commit is contained in:
Terence Parr 2015-01-22 17:43:01 -08:00
parent 241bde4278
commit ef56710fb4
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ def pypi(): # assumes that you have ~/.pypirc set up
os.chdir(uniformpath(PYTHON2_TARGET))
exec_and_log(cmd)
os.chdir(uniformpath(PYTHON3_TARGET))
#exec_and_log(cmd)
exec_and_log(cmd)
finally:
os.chdir(savedir)
@ -82,7 +82,7 @@ def pypi(): # assumes that you have ~/.pypirc set up
os.chdir(uniformpath(PYTHON2_TARGET))
exec_and_log(cmd)
os.chdir(uniformpath(PYTHON3_TARGET))
#exec_and_log(cmd)
exec_and_log(cmd)
finally:
os.chdir(savedir)