server/serverconfig.py
branchstable
changeset 6128 fbb8398f80dc
parent 6126 aca6a2c357fd
child 6139 f76599a96238
child 6299 51a9494b5efb
--- a/server/serverconfig.py	Fri Aug 20 08:29:48 2010 +0200
+++ b/server/serverconfig.py	Fri Aug 20 08:31:02 2010 +0200
@@ -23,7 +23,7 @@
 
 from logilab.common.configuration import REQUIRED, Method, Configuration, \
      ini_format_section
-from logilab.common.decorators import wproperty, cached, clear_cache
+from logilab.common.decorators import wproperty, cached
 
 from cubicweb.toolsutils import read_config, restrict_perms_to_user
 from cubicweb.cwconfig import CubicWebConfiguration, merge_options
@@ -156,7 +156,7 @@
         ('multi-sources-etypes',
          {'type' : 'csv', 'default': (),
           'help': 'defines which entity types from this repository are used \
-by some other instances. You should set this properly so those instances to \
+by some other instances. You should set this properly for these instances to \
 detect updates / deletions.',
           'group': 'main', 'level': 3,
           }),