Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/local/ipc_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/local/ipc_client.py')
-rw-r--r--sugar_network/local/ipc_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sugar_network/local/ipc_client.py b/sugar_network/local/ipc_client.py
index 20a13aa..7c7ae46 100644
--- a/sugar_network/local/ipc_client.py
+++ b/sugar_network/local/ipc_client.py
@@ -26,5 +26,4 @@ class Router(router.Router):
def call(self, request, response):
request.access_level = ad.ACCESS_LOCAL
- response.content_type = 'application/json'
return router.Router.call(self, request, response)