# HG changeset patch # User Aurelien Campeas # Date 1236692043 -3600 # Node ID 95d3bfae7a9e03583ba91eac52a9f3026f20f67e # Parent 2ead2111cfab67bce162348320f281ca99965887 typo diff -r 2ead2111cfab -r 95d3bfae7a9e cwconfig.py --- a/cwconfig.py Tue Mar 10 12:56:26 2009 +0100 +++ b/cwconfig.py Tue Mar 10 14:34:03 2009 +0100 @@ -225,7 +225,7 @@ """ if cls.mode in ('dev', 'test') and not os.environ.get('APYCOT_ROOT'): return join(CW_SOFTWARE_ROOT, 'web') - return self.cube_dir('shared') + return cls.cube_dir('shared') @classmethod def i18n_lib_dir(cls):