remove unused import

This commit is contained in:
j 2011-12-20 16:49:10 +05:30
parent 5e09aa2b7c
commit 6321b4e2a9

View file

@ -4,7 +4,7 @@ from __future__ import division
import models import models
from ox.utils import json from ox.utils import json
from ox.django.shortcuts import render_to_json_response, get_object_or_404_json, json_response from ox.django.shortcuts import render_to_json_response, json_response
from itemlist.views import get_list_or_404_json from itemlist.views import get_list_or_404_json
from api.actions import actions from api.actions import actions