PyLint doesn't play well with six

This commit is contained in:
Joona Hoikkala
2016-01-14 14:18:36 +02:00
parent be1d1321b6
commit 5357a556eb
@@ -9,7 +9,7 @@ from letsencrypt.plugins import common_test
from letsencrypt_apache import obj
from letsencrypt_apache.tests import util
from six.moves import xrange # pylint: disable=redefined-builtin
from six.moves import xrange # pylint: disable=redefined-builtin, import-error
class TlsSniPerformTest(util.ApacheTest):