equal
deleted
inserted
replaced
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 |