This commit is contained in:
Samuel Mehrbrodt 2015-12-17 22:28:36 +01:00
parent 0ce6804171
commit 020864dd26
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
[pep8] [pep8]
exclude=resources.py,vlc.py exclude=resources.py,vlc.py
max-line-length = 120 max-line-length = 120
ignore = E402