summary refs log tree commit diff
path: root/synapse/rest/__init__.py
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-08-14 10:05:06 +0100
committerKegan Dougal <kegan@matrix.org>2014-08-14 10:05:06 +0100
commit29aa13f0d4424729813bea99b84d34a3b3d4e68c (patch)
treeb3affb6c40d3501bd0c4a432a351b7f88e5051dc /synapse/rest/__init__.py
parentStart phasing out HttpServer: we should be using Resources instead. Added res... (diff)
downloadsynapse-29aa13f0d4424729813bea99b84d34a3b3d4e68c.tar.xz
Make federation use resource_for_federation as well.
Diffstat (limited to 'synapse/rest/__init__.py')
-rw-r--r--synapse/rest/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/rest/__init__.py b/synapse/rest/__init__.py
index 82c09f4c4a..da18933b63 100644
--- a/synapse/rest/__init__.py
+++ b/synapse/rest/__init__.py
@@ -15,8 +15,7 @@
 
 
 from . import (
-    room, events, register, login, profile, public, presence, im, directory,
-    webclient
+    room, events, register, login, profile, public, presence, im, directory
 )