Refining importing libraries

This commit is contained in:
Nav
2015-11-21 17:57:03 +02:00
parent 25e6502aac
commit 5667acc558
+1 -3
View File
@@ -1,5 +1,6 @@
"""Renewable certificates storage."""
import datetime
import logging
import os
import re
@@ -7,9 +8,6 @@ import configobj
import parsedatetime
import pytz
import logging
import logging.handlers
from letsencrypt import constants
from letsencrypt import crypto_util
from letsencrypt import errors