vregistry.py
changeset 2476 1294a6bdf3bf
parent 2381 caad2367d940
child 2589 92f2bc945261
--- 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: