diff -r b6753521129d -r 1294a6bdf3bf vregistry.py --- a/vregistry.py Fri Jul 24 13:50:59 2009 +0200 +++ b/vregistry.py Fri Jul 24 14:33:37 2009 +0200 @@ -356,7 +356,7 @@ sys.path.remove(webdir) if CW_SOFTWARE_ROOT in sys.path: sys.path.remove(CW_SOFTWARE_ROOT) - # load views from each directory in the application's path + # load views from each directory in the instance's path filemods = self.init_registration(path, extrapath) change = False for filepath, modname in filemods: