Example #1
0
 def __getattribute__(self, name):
     # For debugging, to see what session is stored
     result = AccessBroker.__getattribute__(self, name)
     if VERBOSE and name == 'session':
         print "SESSION:", result
     return result