cwconfig.py
changeset 1039 95d3bfae7a9e
parent 1023 278f997aa257
child 1170 a7c089405185
--- 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):