]> git.sesse.net Git - letsencrypt-varnish-plugin/commitdiff
Switch import calls to certbot
authorLewis Cawte <lewis@lewiscawte.me>
Tue, 19 May 2020 12:24:24 +0000 (13:24 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 19 May 2020 12:27:07 +0000 (14:27 +0200)
README
varnish.py

diff --git a/README b/README
index c2fb0858fee476da5bb59e654f93780845341a77..08d4e264c825aea2c552980214af802c4521e7ff 100644 (file)
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ To use:
 
  3. Install the module:
 
-    pip3 install -e path/to/this/certbot-hitch
+    pip3 install -e path/to/this/certbot-varnish
 
  4. Ask for a certificate:
 
index 1f6a05c093bbbfa8336e2df2c28a9cbed862c877..650bcbb8f71d4977b8afa7c7e25187de83c21ec9 100644 (file)
@@ -10,9 +10,9 @@ from zope.interface import implementer, provider
 
 from acme import challenges
 
-from letsencrypt import errors
-from letsencrypt import interfaces
-from letsencrypt.plugins import common
+from certbot import errors
+from certbot import interfaces
+from certbot.plugins import common
 
 
 logger = logging.getLogger(__name__)