Mercurial > p > roundup > code
diff roundup/mailgw.py @ 5388:d26921b851c3
Python 3 preparation: make relative imports explicit.
Tool-generated patch.
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Tue, 24 Jul 2018 22:22:08 +0000 |
| parents | 0942fe89e82e |
| children | 831787cf6694 |
line wrap: on
line diff
--- a/roundup/mailgw.py Tue Jul 24 22:21:20 2018 +0000 +++ b/roundup/mailgw.py Tue Jul 24 22:22:08 2018 +0000 @@ -100,7 +100,7 @@ import traceback import email.utils -from anypy.email_ import decode_header +from .anypy.email_ import decode_header from roundup import configuration, hyperdb, date, password, exceptions from roundup.mailer import Mailer, MessageSendError
