track source deparsing superclass bug fix

This commit is contained in:
rocky
2015-12-31 15:24:24 -05:00
parent 31691b2003
commit b89177d234

View File

@@ -26,7 +26,7 @@ node 2 range information, it in %c, is copied to nodes 0 and 1.
from __future__ import print_function
import inspect, re, sys
import re, sys
from uncompyle6 import PYTHON3
from uncompyle6.code import iscode
@@ -864,8 +864,6 @@ class FragmentsWalker(pysource.SourceWalker, object):
return self.extract_node_info(p), p
def print_super_classes(self, node):
node[1][0].parent = node
node = node[1][0]
if not (node == 'build_list'):
return