dbapi.py
branchstable
changeset 5500 55a40cc0ab9a
parent 5429 5ca1f8fe8a42
child 5507 3604c1c78295
--- a/dbapi.py	Fri May 07 15:03:03 2010 +0200
+++ b/dbapi.py	Fri May 07 15:25:09 2010 +0200
@@ -553,7 +553,7 @@
         if 'views' in subpath:
             esubpath = list(subpath)
             esubpath.remove('views')
-            esubpath.append('web/views')
+            esubpath.append(join('web', 'views'))
         cubes = reversed([config.cube_dir(p) for p in cubes])
         vpath = config.build_vregistry_path(cubes, evobjpath=esubpath,
                                             tvobjpath=subpath)