summaryrefslogtreecommitdiff
path: root/pyraf/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pyraf/build.sh')
-rw-r--r--pyraf/build.sh3
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