etwist/twconfig.py
changeset 2657 de974465d381
parent 2476 1294a6bdf3bf
child 3638 648d6dbec630
--- a/etwist/twconfig.py	Mon Aug 03 14:14:07 2009 +0200
+++ b/etwist/twconfig.py	Mon Aug 03 15:16:47 2009 +0200
@@ -87,8 +87,8 @@
         options = merge_options(TwistedConfiguration.options
                                 + ServerConfiguration.options)
 
-        cubicweb_vobject_path = TwistedConfiguration.cubicweb_vobject_path | ServerConfiguration.cubicweb_vobject_path
-        cube_vobject_path = TwistedConfiguration.cube_vobject_path | ServerConfiguration.cube_vobject_path
+        cubicweb_appobject_path = TwistedConfiguration.cubicweb_appobject_path | ServerConfiguration.cubicweb_appobject_path
+        cube_appobject_path = TwistedConfiguration.cube_appobject_path | ServerConfiguration.cube_appobject_path
         def pyro_enabled(self):
             """tell if pyro is activated for the in memory repository"""
             return self['pyro-server']