mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
All this import voodoo is not required for py2.6+
This commit is contained in:
parent
f1faedaa72
commit
c3ddb47cfa
1 changed files with 1 additions and 5 deletions
|
|
@ -17,11 +17,7 @@ from acme import jose
|
|||
from acme import jws
|
||||
from acme import messages
|
||||
|
||||
try:
|
||||
from email.utils import parsedate_tz
|
||||
except ImportError: # pragma: no cover
|
||||
# pylint: disable=import-error,no-name-in-module
|
||||
from email.Utils import parsedate_tz
|
||||
from email.utils import parsedate_tz
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue