server/serverconfig.py
branchstable
changeset 4719 aaed3f813ef8
parent 4252 6c4f109c2b03
child 4756 a2c73b272c9b
--- a/server/serverconfig.py	Fri Feb 26 13:12:01 2010 +0100
+++ b/server/serverconfig.py	Fri Feb 26 13:19:14 2010 +0100
@@ -7,14 +7,12 @@
 """
 __docformat__ = "restructuredtext en"
 
-import os
 from os.path import join, exists
 
 from logilab.common.configuration import REQUIRED, Method, Configuration, \
      ini_format_section
 from logilab.common.decorators import wproperty, cached, clear_cache
 
-from cubicweb import CW_SOFTWARE_ROOT, RegistryNotFound
 from cubicweb.toolsutils import read_config, restrict_perms_to_user
 from cubicweb.cwconfig import CubicWebConfiguration, merge_options
 from cubicweb.server import SOURCE_TYPES