fix a pypy related regression - re-allow self.NAME style collection tree customization

This commit is contained in:
holger krekel
2011-01-18 12:47:31 +01:00
parent aea4d1bd7a
commit b8f0d10f80
3 changed files with 61 additions and 13 deletions

View File

@@ -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")