Add missing @property (tribaal's review)

This commit is contained in:
Adam Collard
2015-09-07 15:15:26 +01:00
parent d72d69a8ac
commit 0c8b415216

View File

@@ -55,6 +55,7 @@ class ApacheSSLContext(SSLContext):
# We make this a property so that we avoid import-time
# dependencies on config()
@property
def external_ports(self):
return [config('bind-port')]