VirtualMailManager/maillocation.py
branchv0.7.x
changeset 637 ca6621caff2f
parent 568 14abdd04ddf5
child 643 df1e3b67882a
equal deleted inserted replaced
636:27334cfc0c90 637:ca6621caff2f
    10 
    10 
    11 """
    11 """
    12 
    12 
    13 from VirtualMailManager.constants import MAILLOCATION_INIT
    13 from VirtualMailManager.constants import MAILLOCATION_INIT
    14 from VirtualMailManager.errors import MailLocationError as MLErr
    14 from VirtualMailManager.errors import MailLocationError as MLErr
    15 from VirtualMailManager.pycompat import all
       
    16 
    15 
    17 
    16 
    18 __all__ = ('MailLocation', 'known_format')
    17 __all__ = ('MailLocation', 'known_format')
    19 
    18 
    20 _ = lambda msg: msg
    19 _ = lambda msg: msg