equal
deleted
inserted
replaced
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
6 """ |
6 """ |
7 __docformat__ = "restructuredtext en" |
7 __docformat__ = "restructuredtext en" |
8 |
8 |
9 import os |
9 import os |
10 from os.path import join, dirname, exists, split |
10 from os.path import join, exists, split |
11 from urlparse import urljoin |
|
12 |
11 |
13 from logilab.common.configuration import Method |
12 from logilab.common.configuration import Method |
14 from logilab.common.decorators import cached |
13 from logilab.common.decorators import cached |
15 |
14 |
16 from cubicweb.toolsutils import read_config |
15 from cubicweb.toolsutils import read_config |