File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 77from __future__ import print_function
88
99import os
10-
11- # --- patch sys.path to make sure 'import roundup' finds correct version
1210import os .path as osp
1311import sys
1412import tempfile
1513
14+ # --- patch sys.path to make sure 'import roundup' finds correct version
1615thisdir = osp .dirname (osp .abspath (__file__ ))
1716rootdir = osp .dirname (osp .dirname (thisdir ))
1817if (osp .exists (thisdir + '/__init__.py' ) and
2120 sys .path .insert (0 , rootdir )
2221# --/
2322
24- from roundup .anypy import scandir_
25- from roundup import configuration
26- from roundup .cgi .TAL import talgettext
27- from roundup .i18n import _
28- from roundup .pygettext import TokenEater , make_escapes , tokenize
23+ from roundup import configuration # noqa: E402
24+ from roundup .cgi .TAL import talgettext # noqa: E402
25+ from roundup .i18n import _ # noqa: E402
26+ from roundup .pygettext import TokenEater , make_escapes , tokenize # noqa: E402
2927
3028try :
3129 import polib
You can’t perform that action at this time.
0 commit comments