diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-06-30 00:49:51 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-06-30 00:51:05 -0400 |
commit | aa4d43fb17035f552b27ba791b4946a6e532fcd9 (patch) | |
tree | 9256256ef0b255e634b09754ff65bae59c476e6d /pyraf/build.sh | |
parent | 991041a845c24ae0df8b50013f6705d4ace158a1 (diff) | |
download | astroconda-contrib-aa4d43fb17035f552b27ba791b4946a6e532fcd9.tar.gz |
Full 2to3 suite for pyraf
Diffstat (limited to 'pyraf/build.sh')
-rw-r--r-- | pyraf/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyraf/build.sh b/pyraf/build.sh index 1067454..8295030 100644 --- a/pyraf/build.sh +++ b/pyraf/build.sh @@ -5,8 +5,7 @@ fi if [[ $PY3K > 0 ]]; then set +e - 2to3 -w --fix=print . - 2to3 -w --fix=except . + 2to3 -w . fi python setup.py install || exit 1 |