server/serverconfig.py
branchstable
changeset 3637 0a0e86cb5c89
parent 3547 0c18a6c8d9b7
child 3638 648d6dbec630
equal deleted inserted replaced
3636:9b16e7b6ba35 3637:0a0e86cb5c89
    13 from logilab.common.configuration import REQUIRED, Method, Configuration, \
    13 from logilab.common.configuration import REQUIRED, Method, Configuration, \
    14      ini_format_section
    14      ini_format_section
    15 from logilab.common.decorators import wproperty, cached, clear_cache
    15 from logilab.common.decorators import wproperty, cached, clear_cache
    16 
    16 
    17 from cubicweb import CW_SOFTWARE_ROOT, RegistryNotFound
    17 from cubicweb import CW_SOFTWARE_ROOT, RegistryNotFound
    18 from cubicweb.toolsutils import env_path, read_config, restrict_perms_to_user
    18 from cubicweb.toolsutils import read_config, restrict_perms_to_user
    19 from cubicweb.cwconfig import CubicWebConfiguration, merge_options
    19 from cubicweb.cwconfig import CubicWebConfiguration, merge_options
    20 from cubicweb.server import SOURCE_TYPES
    20 from cubicweb.server import SOURCE_TYPES
    21 
    21 
    22 
    22 
    23 USER_OPTIONS =  (
    23 USER_OPTIONS =  (