Use external spark now.

This commit is contained in:
rocky
2016-04-27 23:03:09 -04:00
parent d9ef5ff69a
commit 40badefe9d
9 changed files with 23 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ else:
from StringIO import StringIO
from uncompyle6.parsers.spark import GenericASTTraversal, GenericASTTraversalPruningException, \
from spark import GenericASTTraversal, GenericASTTraversalPruningException, \
DEFAULT_DEBUG as PARSER_DEFAULT_DEBUG
from types import CodeType