goa/skel/loader.py
changeset 2485 ae74b46ea96c
parent 2476 1294a6bdf3bf
child 4212 ab6573088b4a
--- a/goa/skel/loader.py	Fri Jul 24 14:59:54 2009 +0200
+++ b/goa/skel/loader.py	Fri Jul 24 15:00:49 2009 +0200
@@ -12,11 +12,11 @@
     from cubicweb.goa.goaconfig import GAEConfiguration
     from cubicweb.goa.dbinit import create_user, create_groups
 
-    # compute application's root directory
+    # compute instance's root directory
     APPLROOT = dirname(abspath(__file__))
     # apply monkey patches first
     goa.do_monkey_patch()
-    # get application's configuration (will be loaded from app.conf file)
+    # get instance's configuration (will be loaded from app.conf file)
     GAEConfiguration.ext_resources['JAVASCRIPTS'].append('DATADIR/goa.js')
     config = GAEConfiguration('toto', APPLROOT)
     # create default groups