pycomplete.py
2.71 KB
-
Fixes 2.6 compatibility of numerous files · a39aec8b
Many pieces of example code or other utility modules were trying to import print_statement from future, which does not exist. What the developers probably meant was print_function (in common use elsewhere in the repository). This branch makes it so that compileall succeeds on all .py files in the repo.
Joseph Lynch committed