Alphabetized imports and added newline at end of file

This commit is contained in:
David Dworken
2015-10-11 11:39:55 -04:00
parent f8daf5f094
commit ef9312817e
+3 -3
View File
@@ -17,14 +17,14 @@ import zope.component
from letsencrypt import account
from letsencrypt import configuration
from letsencrypt import constants
from letsencrypt import cli
from letsencrypt import client
from letsencrypt import crypto_util
from letsencrypt import errors
from letsencrypt import le_util
from letsencrypt import notify
from letsencrypt import storage
from letsencrypt import constants
from letsencrypt import le_util
from letsencrypt.display import util as display_util
from letsencrypt.plugins import disco as plugins_disco
@@ -197,4 +197,4 @@ def main(config=None, args=sys.argv[1:]):
cert.update_all_links_to(cert.latest_common_version())
# TODO: restart web server (invoke IInstaller.restart() method)
notify.notify("Autodeployed a cert!!!", "root", "It worked!")
# TODO: explain what happened
# TODO: explain what happened