oops, import

This commit is contained in:
Sanj 2011-08-30 23:01:49 +05:30
parent b633d3b864
commit c5cbbaa4b7

View File

@ -2,7 +2,7 @@
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, FeatureType
from models import Feature, FeatureType, AuthorityRecord
def search(request):
d = RequestContext(request, {})