You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
uncompyle6/dparser -> uncompyle6/parser
This commit is contained in:
@@ -46,7 +46,7 @@ from __future__ import print_function
|
||||
import sys, re
|
||||
|
||||
from uncompyle6.spark import GenericASTTraversal
|
||||
from uncompyle6.dparser import AST
|
||||
from uncompyle6.parser import AST
|
||||
from uncompyle6.scanner import Token, Code
|
||||
|
||||
if (sys.version_info >= (3, 0)):
|
||||
@@ -61,7 +61,7 @@ else:
|
||||
|
||||
from types import CodeType
|
||||
|
||||
import uncompyle6.dparser as dparser
|
||||
import uncompyle6.parser as dparser
|
||||
|
||||
|
||||
# Some ASTs used for comparing code fragments (like 'return None' at
|
||||
|
Reference in New Issue
Block a user