equal
deleted
inserted
replaced
9 _ = unicode |
9 _ = unicode |
10 |
10 |
11 import os |
11 import os |
12 from os.path import join, exists, split |
12 from os.path import join, exists, split |
13 |
13 |
14 from logilab.common.configuration import Method |
|
15 from logilab.common.decorators import cached |
14 from logilab.common.decorators import cached |
16 |
15 |
17 from cubicweb.toolsutils import read_config |
16 from cubicweb.toolsutils import read_config |
18 from cubicweb.cwconfig import CubicWebConfiguration, register_persistent_options, merge_options |
17 from cubicweb.cwconfig import CubicWebConfiguration, register_persistent_options, merge_options |
19 |
18 |