neutron/neutron/tests/functional/agent/windows
Akihiro Motoki 7a714aeb13 Fix pep8 errors
Recent pep8 upgrade and corresponding pycodestyle update break
pep8 job due to the new rules.

This commit fixes the following new errors:
- E266 too many leading '#' for block comment
- E501 line too long
- H903  Windows style line endings not allowed in code

The following errors are added to the ignore list
as there are many errors:
- E402 module level import not at top of file
- E731 do not assign a lambda expression, use a def
- W503 line break before binary operator

Change-Id: I1fd3357479bb2ba3d89de92739ffac99900761b6
2018-04-11 01:10:49 +09:00
..
__init__.py Ovs agent can't start on Windows because of validate_local_ip 2016-03-19 12:22:59 -07:00
test_ip_lib.py Fix pep8 errors 2018-04-11 01:10:49 +09:00