File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
88fi
9- export PYVERSIONS=' 2.4.6 2.5.6'
9+ export PYVERSIONS=' 2.4.6 2.5.6 2.6.9 '
Original file line number Diff line number Diff line change 2222scanner routine for Python 3.
2323"""
2424
25- from __future__ import print_function
26-
2725from uncompyle6 .scanners .scanner36 import Scanner36
2826from uncompyle6 .scanners .scanner3 import Scanner3
2927
Original file line number Diff line number Diff line change 2222scanner routine for Python 3.
2323"""
2424
25- from __future__ import print_function
26-
2725from uncompyle6 .scanners .scanner37 import Scanner37
2826from uncompyle6 .scanners .scanner3 import Scanner3
2927
You can’t perform that action at this time.
0 commit comments