Merge "Fix hacking N302 import only modules"

This commit is contained in:
Jenkins
2013-01-24 22:59:13 +00:00
committed by Gerrit Code Review
17 changed files with 154 additions and 141 deletions

View File

@@ -132,7 +132,7 @@ function run_pep8 {
srcfiles+=" setup.py"
# Until all these issues get fixed, ignore.
ignore='--ignore=E12,E711,E721,E712,N403,N404'
ignore='--ignore=E12,E711,E721,E712,N403,N404,N302'
# First run the hacking selftest, to make sure it's right
echo "Running hacking.py self test"