# HG changeset patch # User Sylvain Thénault # Date 1255345991 -7200 # Node ID 8bc800f8b173e8f57daa75b88b7c333d6be7ec36 # Parent cf30e4498674ad673aaf4b154c8c8d04b34c625b ... diff -r cf30e4498674 -r 8bc800f8b173 web/webconfig.py --- a/web/webconfig.py Mon Oct 12 13:12:52 2009 +0200 +++ b/web/webconfig.py Mon Oct 12 13:13:11 2009 +0200 @@ -12,7 +12,7 @@ from os.path import join, exists, split from logilab.common.configuration import Method -from logilab.common.de corators import cached +from logilab.common.decorators import cached from cubicweb.toolsutils import read_config from cubicweb.cwconfig import CubicWebConfiguration, register_persistent_options, merge_options