cubicweb/devtools/__init__.py
changeset 12549 e2db422752b4
parent 12529 7276f1c89ddd
child 12567 26744ad37953
equal deleted inserted replaced
12548:6eec3213bec9 12549:e2db422752b4
    40 
    40 
    41 from cubicweb import ExecutionError
    41 from cubicweb import ExecutionError
    42 from cubicweb import schema, cwconfig
    42 from cubicweb import schema, cwconfig
    43 from cubicweb.server.serverconfig import ServerConfiguration
    43 from cubicweb.server.serverconfig import ServerConfiguration
    44 from cubicweb.web.webconfig import WebConfigurationBase
    44 from cubicweb.web.webconfig import WebConfigurationBase
    45 
       
    46 cwconfig.CubicWebConfiguration.cls_adjust_sys_path()
       
    47 
    45 
    48 # db auto-population configuration #############################################
    46 # db auto-population configuration #############################################
    49 
    47 
    50 SYSTEM_ENTITIES = (schema.SCHEMA_TYPES
    48 SYSTEM_ENTITIES = (schema.SCHEMA_TYPES
    51                    | schema.INTERNAL_TYPES
    49                    | schema.INTERNAL_TYPES