mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Alphabetized imports and added newline at end of file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user