Remove kivy/modules/_webdebugger.py from style checks.

Modify kivy/tools/pep8checker/pep8kivy.py to ignore the
_webdebugger.py because of excessively long lines created
by the cutting and pasting of large blocks of html code into
that Python file.

'make style' is now clean.
This commit is contained in:
Charles Merriam 2015-01-30 20:16:19 -08:00
parent b644b94a4c
commit b1f8e039f1
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ if __name__ == '__main__':
exclude_dirs = ['/lib', '/coverage', '/pep8', '/doc']
exclude_files = ['kivy/gesture.py', 'osx/build.py', 'win32/build.py',
'kivy/tools/stub-gl-debug.py',
'kivy/modules/webdebugger.py']
'kivy/modules/webdebugger.py',
'kivy/modules/_webdebugger.py']
for target in targets:
if isdir(target):
if htmlmode: