remove FIXME. should be fine like this

This commit is contained in:
j 2010-10-24 16:35:53 +02:00
parent f1c5492ce9
commit 86bc388193

View file

@ -52,7 +52,6 @@ def api(request):
#FIXME: possible to do this in f #FIXME: possible to do this in f
#data = json.loads(request.POST['data']) #data = json.loads(request.POST['data'])
#FIXME: security considerations, web facing api should not call anything in globals!!!
f = globals().get('api_'+function, None) f = globals().get('api_'+function, None)
if f: if f:
response = f(request) response = f(request)