From 480c4e878e6d385902c3eee0de1f85fc01d61969 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 11 Jun 2015 10:26:18 +0200 Subject: [PATCH] Ignore pylint warning on Ubuntu/Travis. --- tests/utils/test_qtutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/test_qtutils.py b/tests/utils/test_qtutils.py index ad4fb0c4a..1d52d677c 100644 --- a/tests/utils/test_qtutils.py +++ b/tests/utils/test_qtutils.py @@ -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