You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Improve 3.7+ dotted imports
This commit is contained in:
@@ -823,6 +823,7 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
else:
|
||||
self.write(iname, " as ", sname)
|
||||
self.prune() # stop recursing
|
||||
n_alias37 = n_alias
|
||||
|
||||
def n_import_from(self, node):
|
||||
relative_path_index = 0
|
||||
|
Reference in New Issue
Block a user