vregistry.py
branchstable
changeset 4719 aaed3f813ef8
parent 4576 f8c48a495a6b
child 5078 ea66c4aabb47
equal deleted inserted replaced
4718:3dc3ad02d091 4719:aaed3f813ef8
    21 """
    21 """
    22 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    23 
    23 
    24 import sys
    24 import sys
    25 from os import listdir, stat
    25 from os import listdir, stat
    26 from os.path import dirname, join, realpath, split, isdir, exists
    26 from os.path import dirname, join, realpath, isdir, exists
    27 from logging import getLogger
    27 from logging import getLogger
    28 from warnings import warn
    28 from warnings import warn
    29 
    29 
    30 from logilab.common.deprecation import deprecated, class_moved
    30 from logilab.common.deprecation import deprecated, class_moved
    31 from logilab.common.logging_ext import set_log_methods
    31 from logilab.common.logging_ext import set_log_methods