From f2f57ec054094bdbf7499b3595b22b86311df726 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Fri, 3 Apr 2015 14:55:15 +0200 Subject: Ignore PEP8 error about imports not at top of file This appeared after pep8 version 1.6.0. See jcrocholl/pep8#264 --- bin/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/test b/bin/test index dcefe4f..2d35baf 100755 --- a/bin/test +++ b/bin/test @@ -1,3 +1,3 @@ #!/bin/bash nosetests --nocapture --with-doctest --doctest-tests $* && \ - pep8 screenplain tests + pep8 --ignore=E402 screenplain tests -- cgit v1.2.3