[FIX] works better without SyntaxError

bzr revid: chs@openerp.com-20140116202601-ckn20h6yhiufzonq
This commit is contained in:
Christophe Simonis 2014-01-16 21:26:01 +01:00
parent 3275de5981
commit 080cbb88a3
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ class Root(object):
"""
def __init__(self):
# Setup http sessions
path = os.path.join(openerp.tools.config.session_dir
path = openerp.tools.config.session_dir
_logger.debug('HTTP sessions stored in: %s', path)
self.session_store = werkzeug.contrib.sessions.FilesystemSessionStore(path, session_class=OpenERPSession)