# HG changeset patch # User Sylvain Thénault # Date 1249313562 -7200 # Node ID c6c832d32936a18e9ade39d3122a15d38cbab094 # Parent 0c6281487f9053157c22b7fb70fa55638792ca4d [webapp] missing renaming diff -r 0c6281487f90 -r c6c832d32936 web/application.py --- a/web/application.py Mon Aug 03 17:20:20 2009 +0200 +++ b/web/application.py Mon Aug 03 17:32:42 2009 +0200 @@ -220,7 +220,7 @@ super(CubicWebPublisher, self).__init__() # connect to the repository and get instance's schema if vreg is None: - vreg = cwvreg.CubicWebRegistry(config, debug=debug) + vreg = cwvreg.CubicWebVRegistry(config, debug=debug) self.vreg = vreg self.info('starting web instance from %s', config.apphome) self.repo = config.repository(vreg)