From 86bc388193fc61e49c2b3f4dd1280aeae38bf806 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 24 Oct 2010 16:35:53 +0200 Subject: [PATCH] remove FIXME. should be fine like this --- pandora/backend/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora/backend/views.py b/pandora/backend/views.py index 9ef5fa7a2..43c14ed89 100644 --- a/pandora/backend/views.py +++ b/pandora/backend/views.py @@ -52,7 +52,6 @@ def api(request): #FIXME: possible to do this in f #data = json.loads(request.POST['data']) - #FIXME: security considerations, web facing api should not call anything in globals!!! f = globals().get('api_'+function, None) if f: response = f(request)