From aa4d43fb17035f552b27ba791b4946a6e532fcd9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 30 Jun 2016 00:49:51 -0400 Subject: Full 2to3 suite for pyraf --- pyraf/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyraf/build.sh') 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 -- cgit