summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-04-24 09:42:37 +0100
committerDavid Baker <dave@matrix.org>2015-04-24 09:42:37 +0100
commitf7a79a37beb6bbb217b53a1d8d93a33cf577e6ac (patch)
tree9a29535dd161d14645b897414621a46859240166 /synapse
parentMerge branch 'develop' into csauth (diff)
downloadsynapse-f7a79a37beb6bbb217b53a1d8d93a33cf577e6ac.tar.xz
pep8
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/auth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py
index ac07add2f7..34d7080fab 100644
--- a/synapse/handlers/auth.py
+++ b/synapse/handlers/auth.py
@@ -85,8 +85,8 @@ class AuthHandler(BaseHandler):
             # email auth link on there). It's probably too open to abuse
             # because it lets unauthenticated clients store arbitrary objects
             # on a home server.
-            #sess['clientdict'] = clientdict
-            #self._save_session(sess)
+            # sess['clientdict'] = clientdict
+            # self._save_session(sess)
             pass
         elif 'clientdict' in sess:
             clientdict = sess['clientdict']