assembly: rename _LinkRecomputed to _LinkTouched
This commit is contained in:
parent
91970fa3df
commit
a35d058fc4
|
@ -162,7 +162,7 @@ def resolveAssembly(obj):
|
|||
Selection = namedtuple('AsmSelection',('Object','SubElementNames'))
|
||||
|
||||
_IgnoredProperties = set(['VisibilityList','Visibility',
|
||||
'Label','_LinkRecomputed'])
|
||||
'Label','_LinkTouched'])
|
||||
|
||||
class AsmBase(object):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user