Update package references after subdirs rename for Vagrant and Docker.

This commit is contained in:
Jakub Warmuz
2015-07-11 05:15:10 +00:00
parent c85fa02495
commit 04c12a5e38
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 ------------------------------------------------