IConfig.simple_http_port (fixes #542).

This commit is contained in:
Jakub Warmuz
2015-06-29 07:58:36 +00:00
parent 29e56d442f
commit 2ec451d00b
6 changed files with 41 additions and 8 deletions
+2
View File
@@ -188,6 +188,8 @@ class IConfig(zope.interface.Interface):
no_simple_http_tls = zope.interface.Attribute(
"Do not use TLS when solving SimpleHTTP challenges.")
simple_http_port = zope.interface.Attribute(
"Port used in the SimpleHttp challenge.")
class IInstaller(IPlugin):