diff -r d6fd82a5a4e8 -r a63d7886fcf5 cwconfig.py --- a/cwconfig.py Tue Mar 30 14:32:03 2010 +0200 +++ b/cwconfig.py Wed Mar 31 15:39:09 2010 +0200 @@ -337,7 +337,7 @@ def available_cubes(cls): cubes = set() for directory in cls.cubes_search_path(): - if not os.path.exists(directory): + if not exists(directory): cls.error('unexistant directory in cubes search path: %s' % directory) continue