pep8 letsencrypt-apache

This commit is contained in:
Jakub Warmuz
2015-09-06 09:20:41 +00:00
parent 83185e5553
commit 95c8edc66c
6 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ setup(
entry_points={
'letsencrypt.plugins': [
'apache = letsencrypt_apache.configurator:ApacheConfigurator',
],
],
},
include_package_data=True,
)