Added pylint exceptions to load test settings.

This commit is contained in:
Will Daly
2013-08-01 09:42:31 -04:00
parent 9e5d64b8df
commit b78f6f7a3d

View File

@@ -1,4 +1,10 @@
# Settings for load testing
"""
Settings for load testing.
"""
# We intentionally define lots of variables that aren't used, and
# want to import all variables from base settings files
# pylint: disable=W0401, W0614
from .aws import *