diff -r 6cd912702239 -r 8742f4bf029f server/serverconfig.py --- a/server/serverconfig.py Fri May 24 15:10:50 2013 +0200 +++ b/server/serverconfig.py Thu May 23 17:32:56 2013 +0200 @@ -27,7 +27,7 @@ from logilab.common.decorators import wproperty, cached from cubicweb.toolsutils import read_config, restrict_perms_to_user -from cubicweb.cwconfig import CONFIGURATIONS, CubicWebConfiguration, merge_options +from cubicweb.cwconfig import CONFIGURATIONS, CubicWebConfiguration from cubicweb.server import SOURCE_TYPES @@ -96,7 +96,7 @@ cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set(['sobjects', 'hooks']) cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['sobjects', 'hooks']) - options = merge_options(( + options = lgconfig.merge_options(( # ctl configuration ('host', {'type' : 'string',