address some pylint violations in the mixedmodulestore build report

This commit is contained in:
Chris Dodge
2013-08-19 14:33:19 -04:00
parent 606e8b1d97
commit 352e56eb4e
3 changed files with 17 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ This configuration is to run the MixedModuleStore on a localdev environment
# want to import all variables from base settings files
# pylint: disable=W0401, W0614
from .dev import *, DATA_DIR
from .dev import *
MODULESTORE = {
'default': {