VirtualMailManager/Config.py
branchv0.6.x
changeset 262 6eea85d8b91d
parent 229 0fb2f12648a7
child 264 04fea4d8b900
equal deleted inserted replaced
261:1c2241dde942 262:6eea85d8b91d
    12 from ConfigParser import \
    12 from ConfigParser import \
    13      Error, MissingSectionHeaderError, NoOptionError, NoSectionError, \
    13      Error, MissingSectionHeaderError, NoOptionError, NoSectionError, \
    14      ParsingError, RawConfigParser
    14      ParsingError, RawConfigParser
    15 from cStringIO import StringIO# TODO: move interactive stff to cli
    15 from cStringIO import StringIO# TODO: move interactive stff to cli
    16 
    16 
    17 from VirtualMailManager import exec_ok, get_unicode, is_dir
    17 from VirtualMailManager.common import exec_ok, get_unicode, is_dir
    18 from VirtualMailManager.constants.ERROR import CONF_ERROR
    18 from VirtualMailManager.constants.ERROR import CONF_ERROR
    19 from VirtualMailManager.errors import ConfigError
    19 from VirtualMailManager.errors import ConfigError
    20 
    20 
    21 
    21 
    22 _ = lambda msg: msg
    22 _ = lambda msg: msg