common.Plugin (with .conf(var), PluginEntryPoint, PluginRegistry

This commit is contained in:
Jakub Warmuz
2015-05-02 07:01:44 +00:00
parent 17e8ddcb5c
commit 19cff00835
13 changed files with 278 additions and 135 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ setup(
],
entry_points={
'letsencrypt.plugins': [
'example = letsencrypt_example_plugins:Authenticator',
'example_authenticator = letsencrypt_example_plugins:Authenticator',
'example_installer = letsencrypt_example_plugins:Installer',
],
},
)