fix a pypy related regression - re-allow self.NAME style collection tree customization
This commit is contained in:
@@ -152,6 +152,7 @@ class Node(object):
|
||||
|
||||
Module = compatproperty("Module")
|
||||
Class = compatproperty("Class")
|
||||
Instance = compatproperty("Instance")
|
||||
Function = compatproperty("Function")
|
||||
File = compatproperty("File")
|
||||
Item = compatproperty("Item")
|
||||
|
||||
Reference in New Issue
Block a user