please pylint

This commit is contained in:
Jakub Warmuz
2015-07-13 20:24:16 +00:00
parent bfe6adf215
commit d7d98d79ce
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import logging
import socket
import sys
from six.moves import range # pylint: disable=import-error
from six.moves import range # pylint: disable=import-error,redefined-builtin
import OpenSSL
-2
View File
@@ -7,8 +7,6 @@ from acme import challenges
from acme import crypto_util as acme_crypto_util
from acme import jose
from letsencrypt import crypto_util
from letsencrypt.tests import acme_util
from letsencrypt.tests import test_util