diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-06-30 00:51:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-30 00:51:34 -0400 |
commit | 60a2a3549374303313c7e97c402d1a9c240d306f (patch) | |
tree | 9256256ef0b255e634b09754ff65bae59c476e6d /pyraf/build.sh | |
parent | 991041a845c24ae0df8b50013f6705d4ace158a1 (diff) | |
parent | aa4d43fb17035f552b27ba791b4946a6e532fcd9 (diff) | |
download | astroconda-contrib-60a2a3549374303313c7e97c402d1a9c240d306f.tar.gz |
Merge pull request #24 from jhunkeler/fix-py35-pyraf
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 |