Skip to content

Commit af816c9

Browse files
committed
Administrivia
1 parent 82a3419 commit af816c9

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

admin-tools/pyenv-older-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
66
echo "This script should be *sourced* rather than run directly through bash"
77
exit 1
88
fi
9-
export PYVERSIONS='2.4.6 2.5.6'
9+
export PYVERSIONS='2.4.6 2.5.6 2.6.9'

uncompyle6/scanners/scanner37.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
scanner routine for Python 3.
2323
"""
2424

25-
from __future__ import print_function
26-
2725
from uncompyle6.scanners.scanner36 import Scanner36
2826
from uncompyle6.scanners.scanner3 import Scanner3
2927

uncompyle6/scanners/scanner38.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
scanner routine for Python 3.
2323
"""
2424

25-
from __future__ import print_function
26-
2725
from uncompyle6.scanners.scanner37 import Scanner37
2826
from uncompyle6.scanners.scanner3 import Scanner3
2927

0 commit comments

Comments
 (0)