Mercurial > p > roundup > code
comparison roundup/init.py @ 7228:07ce4e4110f5
flake8 fixes: whitespace, remove unused imports
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 18 Mar 2023 14:16:31 -0400 |
| parents | 8219c7405a29 |
| children | 1045425c23b2 |
comparison
equal
deleted
inserted
replaced
| 7227:1e004afe87bb | 7228:07ce4e4110f5 |
|---|---|
| 20 from __future__ import print_function | 20 from __future__ import print_function |
| 21 __docformat__ = 'restructuredtext' | 21 __docformat__ = 'restructuredtext' |
| 22 | 22 |
| 23 import email.parser | 23 import email.parser |
| 24 import errno | 24 import errno |
| 25 import os | 25 import os |
| 26 | 26 |
| 27 | 27 |
| 28 from roundup import install_util | 28 from roundup import install_util |
| 29 from roundup.configuration import CoreConfig | 29 from roundup.configuration import CoreConfig |
| 30 from roundup.i18n import _ | 30 from roundup.i18n import _ |
