s/Session/SessionManager by tomeu suggestion

master
Marco Pesenti Gritti 16 years ago
parent 8f2bcf433c
commit dc8841b5ba

@ -23,7 +23,7 @@ class XSMPClient(_sugarext.SMClientXSMP):
def __init__(self):
_sugarext.SMClientXSMP.__init__(self)
class Session(object):
class SessionManager(object):
def __init__(self):
address = _sugarext.xsmp_init()
os.environ['SESSION_MANAGER'] = address

Loading…
Cancel
Save