diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 20:39:43 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 20:39:43 -0400 |
commit | 74ab212328a2b62bc948ebe4578db246e563772b (patch) | |
tree | 332d60e56db8df96aae8079bd274a8526938e9e0 /pyraf | |
parent | fe854a6575fba0f63022d051d694b33e3fa7605b (diff) | |
download | astroconda-dev-74ab212328a2b62bc948ebe4578db246e563772b.tar.gz |
Straight 2to3 on pyraf
Diffstat (limited to 'pyraf')
-rw-r--r-- | pyraf/build.sh | 2 |
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 |