2.6 doesn't have print_function

This commit is contained in:
rocky
2019-05-03 23:22:01 -04:00
parent 76c2883f62
commit da44660a72
2 changed files with 0 additions and 4 deletions

View File

@@ -22,8 +22,6 @@ This sets up opcodes Python's 3.7 and calls a generalized
scanner routine for Python 3.
"""
from __future__ import print_function
from uncompyle6.scanners.scanner36 import Scanner36
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.
"""
from __future__ import print_function
from uncompyle6.scanners.scanner37 import Scanner37
from uncompyle6.scanners.scanner3 import Scanner3