s/pylint: disable=F0401/pylint: disable=import-error/

This commit is contained in:
Sarina Canelake
2014-11-30 01:37:22 -05:00
parent d14c39a13e
commit e15d4aea71
11 changed files with 12 additions and 12 deletions

View File

@@ -78,7 +78,7 @@ DEBUG_TOOLBAR_MONGO_STACKTRACES = False
###############################################################################
# See if the developer has any local overrides.
try:
from .private import * # pylint: disable=F0401
from .private import * # pylint: disable=import-error
except ImportError:
pass