please pylint

This commit is contained in:
Jakub Warmuz 2015-07-13 20:24:16 +00:00
parent bfe6adf215
commit d7d98d79ce
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
2 changed files with 1 additions and 3 deletions

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

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