oops, missing return
authorsyt@www.fleurdetomate.fr
Fri, 22 Jan 2010 10:30:11 +0100
changeset 4325 16642cc7d497
parent 4324 e817a54cdbc1
child 4326 b930d140d321
oops, missing return
cwconfig.py
--- a/cwconfig.py	Fri Jan 22 10:07:29 2010 +0100
+++ b/cwconfig.py	Fri Jan 22 10:30:11 2010 +0100
@@ -362,6 +362,7 @@
         for cubesdir in cls.cubes_search_path():
             if cubesdir != cls.CUBES_DIR:
                 extrapath[cubesdir] = 'cubes'
+        return extrapath
 
     @classmethod
     def cube_dir(cls, cube):