author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Mon, 12 Oct 2009 12:57:48 +0200 | |
branch | stable |
changeset 3640 | baa21e8d22c1 |
parent 3639 | 0835e5127f36 |
child 3641 | cf30e4498674 |
cwconfig.py | file | annotate | diff | comparison | revisions |
--- 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/'