From 74ab212328a2b62bc948ebe4578db246e563772b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 19 Apr 2016 20:39:43 -0400 Subject: Straight 2to3 on pyraf --- pyraf/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyraf') 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 -- cgit