mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Update package references after subdirs rename for Vagrant and Docker.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ with codecs.open(init_fn, encoding='utf8') as fd:
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(here, '..')))
|
||||
for pkg in 'acme', 'letsencrypt_apache', 'letsencrypt_nginx':
|
||||
for pkg in 'acme', 'letsencrypt-apache', 'letsencrypt-nginx':
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(here, '..', pkg)))
|
||||
|
||||
# -- General configuration ------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user