Ignore debugging blocks

This commit is contained in:
wiredfool 2014-06-27 12:07:34 -07:00
parent acab4e8fdc
commit 0ac0e973f0

View File

@ -9,3 +9,6 @@ exclude_lines =
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
# Don't complain about debug code
if Image.DEBUG:
if DEBUG: