GNOME Bugzilla – Bug 754312
pep8 tests no longer pass: E402 module level import not at top of file
Last modified: 2015-09-26 09:05:18 UTC
Version: 0.3.10 $ pep8 --version 1.6.2 pep8 --max-line-length=99 --ignore=E123 --exclude='.svn,CVS,.bzr,.hg,.git,__pycache__,.#*' ../../src/ ../../src/dfeet/window.py:25:1: E402 module level import not at top of file ../../src/dfeet/window.py:26:1: E402 module level import not at top of file ../../src/dfeet/window.py:27:1: E402 module level import not at top of file ../../src/dfeet/window.py:28:1: E402 module level import not at top of file ../../src/dfeet/window.py:29:1: E402 module level import not at top of file ../../src/tests/tests.py:6:1: E402 module level import not at top of file ../../src/tests/tests.py:7:1: E402 module level import not at top of file ../../src/tests/tests.py:8:1: E402 module level import not at top of file ../../src/tests/tests.py:9:1: E402 module level import not at top of file ../../src/tests/tests.py:10:1: E402 module level import not at top of file ../../src/tests/tests.py:11:1: E402 module level import not at top of file ../../src/tests/tests.py:12:1: E402 module level import not at top of file ../../src/tests/tests.py:13:1: E402 module level import not at top of file ../../src/tests/tests.py:14:1: E402 module level import not at top of file ../../src/tests/tests.py:15:1: E402 module level import The result is a failed "make check" run.
Thanks for reporting, Michael. Fixed in git.