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

@@ -180,6 +180,6 @@ if SEGMENT_IO_KEY:
#####################################################################
# Lastly, 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