Ignore pylint warning on Ubuntu/Travis.

This commit is contained in:
Florian Bruhin 2015-06-11 10:26:18 +02:00
parent c08078841f
commit 480c4e878e

View File

@ -25,7 +25,7 @@ import sys
import operator
import os.path
try:
from test import test_file
from test import test_file # pylint: disable=no-name-in-module
except ImportError:
# Debian patches Python to remove the tests...
test_file = None