# HG changeset patch # User Sylvain Thénault # Date 1255345068 -7200 # Node ID baa21e8d22c1f0c43e440ea85a9b0f38a4af72ed # Parent 0835e5127f36bb6a2cceb3f6605fe8dafcaec413 oops diff -r 0835e5127f36 -r baa21e8d22c1 cwconfig.py --- a/cwconfig.py Mon Oct 12 12:57:02 2009 +0200 +++ b/cwconfig.py Mon Oct 12 12:57:48 2009 +0200 @@ -619,7 +619,7 @@ if CubicWebNoAppConfiguration.mode == 'user': REGISTRY_DIR = expanduser('~/etc/cubicweb.d/') RUNTIME_DIR = tempfile.gettempdir() - INSTANCES_DATA_DIR = cls.REGISTRY_DIR + INSTANCES_DATA_DIR = REGISTRY_DIR else: #mode = 'system' REGISTRY_DIR = '/etc/cubicweb.d/' RUNTIME_DIR = '/var/run/cubicweb/'