From b9f1c57fdd6097e776235c105c58c29f84399523 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 15 Sep 2015 14:27:27 +0200 Subject: Add handlers for python_{push,pull} requests Will be reimplemented asynchronously. --- server/handlers.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/handlers.py') diff --git a/server/handlers.py b/server/handlers.py index e9cf7c8..fb50ff4 100644 --- a/server/handlers.py +++ b/server/handlers.py @@ -197,6 +197,8 @@ incoming_handlers = { 'logout': None, 'activity': Activity(), 'query': Query(), + 'python_push': PythonPush(), + 'python_pull': PythonPull(), 'hint': Hint(), 'test': Test() } -- cgit v1.2.1