euscanwww/views: remove old FIXME

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary 2011-08-28 11:22:04 +02:00
parent 9507d5ac4b
commit 70ac94474e

View File

@ -97,7 +97,6 @@ def world(request):
def world_scan(request):
packages = []
# FIXME
if 'world' in request.FILES:
data = request.FILES['world'].read()
elif 'packages' in request.POST: