mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
PyLint doesn't play well with six
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user