Making it run on Python 2.4 and 2.5

This commit is contained in:
rocky
2016-11-22 17:49:47 -05:00
parent f8917aaf88
commit a9349b8f3d
37 changed files with 84 additions and 291 deletions

View File

@@ -2,7 +2,6 @@
"""
spark grammar differences over Python 3.4 for Python 3.5.
"""
from __future__ import print_function
from uncompyle6.parser import PythonParserSingle
from spark_parser import DEFAULT_DEBUG as PARSER_DEFAULT_DEBUG