summary refs log tree commit diff
path: root/synapse/config/tls.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-03-06 11:37:24 +0000
committerErik Johnston <erik@matrix.org>2015-03-06 11:37:24 +0000
commite49d6b1568eab259dc5eea434da2d0e65876e492 (patch)
tree90fa52927fe0be0850f6bb0ee4686626cc929a64 /synapse/config/tls.py
parentDon't look for an TLS private key if we have set --no-tls (diff)
downloadsynapse-e49d6b1568eab259dc5eea434da2d0e65876e492.tar.xz
Unused import
Diffstat (limited to 'synapse/config/tls.py')
-rw-r--r--synapse/config/tls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py
index a45bf6d521..034f9a7bf0 100644
--- a/synapse/config/tls.py
+++ b/synapse/config/tls.py
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from ._base import Config, ConfigError
+from ._base import Config
 
 from OpenSSL import crypto
 import subprocess