remove print
This commit is contained in:
@@ -10,7 +10,6 @@ class local(object):
|
|||||||
self.__dict__['__objs'] = {}
|
self.__dict__['__objs'] = {}
|
||||||
|
|
||||||
def __getattr__(self, attr, g=get_ident):
|
def __getattr__(self, attr, g=get_ident):
|
||||||
print "getattr", self, attr, g
|
|
||||||
try:
|
try:
|
||||||
return self.__dict__['__objs'][g()][attr]
|
return self.__dict__['__objs'][g()][attr]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
Reference in New Issue
Block a user