typo
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 10 Mar 2009 14:34:03 +0100
changeset 1039 95d3bfae7a9e
parent 1030 2ead2111cfab
child 1040 a9ba200ab150
typo
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):