ups, silly import

This commit is contained in:
Sanj 2011-08-29 18:25:00 +05:30
parent f4bb714dde
commit 5493c5f251

View File

@ -1,6 +1,6 @@
# Create your views here.
from django.shortcuts import render_to_response
from ox.django.shortcuts import render_to_json_response, get_object_or_404
from django.shortcuts import render_to_response, get_object_or_404
from ox.django.shortcuts import render_to_json_response
from django.template import RequestContext
from models import Feature