Exclude api/setup.py from the linter's wrath.

(imported from commit 2e9718b6be472523b2684b6fcae4545f0a7fba49)
This commit is contained in:
Luke Faraone
2013-10-31 17:09:33 -04:00
parent b4d115f902
commit 7fd9c607ea

View File

@@ -34,6 +34,7 @@ exclude_files = """
zproject/test_settings.py
zproject/settings.py
tools/jslint/jslint.js
api/setup.py
""".split()