From 38bdb3b043ca7ca1954977f57b0db44020acacd0 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 30 Jan 2010 12:27:30 +0530 Subject: [PATCH] indent --- oxdb/backend/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/oxdb/backend/views.py b/oxdb/backend/views.py index 80ac99c4..f878666b 100644 --- a/oxdb/backend/views.py +++ b/oxdb/backend/views.py @@ -458,6 +458,7 @@ def api_upload(request): #video, timeline, frame ''' data = json.loads(request.POST['data']) if data['item'] == 'timeline': + pass #print "not implemented" response = {'status': {'code': 501, 'text': 'not implemented'}}