summaryrefslogtreecommitdiff
path: root/pyraf
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 20:39:43 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 20:39:43 -0400
commit74ab212328a2b62bc948ebe4578db246e563772b (patch)
tree332d60e56db8df96aae8079bd274a8526938e9e0 /pyraf
parentfe854a6575fba0f63022d051d694b33e3fa7605b (diff)
downloadastroconda-dev-74ab212328a2b62bc948ebe4578db246e563772b.tar.gz
Straight 2to3 on pyraf
Diffstat (limited to 'pyraf')
-rw-r--r--pyraf/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyraf/build.sh b/pyraf/build.sh
index f82b08e..110c3f4 100644
--- a/pyraf/build.sh
+++ b/pyraf/build.sh
@@ -6,7 +6,7 @@ fi
if [[ $PY3K > 0 ]]; then
set +e
- 2to3 -w --fix=print,except,numliterals .
+ 2to3 -w .
fi
python setup.py install || exit 1