Administrivia

This commit is contained in:
rocky 2019-05-03 23:25:25 -04:00
parent 82a3419eb2
commit af816c9e60
3 changed files with 1 additions and 5 deletions

View File

@ -6,4 +6,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash" echo "This script should be *sourced* rather than run directly through bash"
exit 1 exit 1
fi fi
export PYVERSIONS='2.4.6 2.5.6' export PYVERSIONS='2.4.6 2.5.6 2.6.9'

View File

@ -22,8 +22,6 @@ This sets up opcodes Python's 3.7 and calls a generalized
scanner routine for Python 3. scanner routine for Python 3.
""" """
from __future__ import print_function
from uncompyle6.scanners.scanner36 import Scanner36 from uncompyle6.scanners.scanner36 import Scanner36
from uncompyle6.scanners.scanner3 import Scanner3 from uncompyle6.scanners.scanner3 import Scanner3

View File

@ -22,8 +22,6 @@ This sets up opcodes Python's 3.8 and calls a generalized
scanner routine for Python 3. scanner routine for Python 3.
""" """
from __future__ import print_function
from uncompyle6.scanners.scanner37 import Scanner37 from uncompyle6.scanners.scanner37 import Scanner37
from uncompyle6.scanners.scanner3 import Scanner3 from uncompyle6.scanners.scanner3 import Scanner3