Fixed an import statement that could cause grief.

- Legacy-Id: 5474
This commit is contained in:
Henrik Levkowetz 2013-02-28 15:06:28 +00:00
parent 2ba4f8049d
commit fac0d42511

View file

@ -5,7 +5,7 @@ from django.shortcuts import get_object_or_404, render_to_response
import debug
from doc.models import State, StateType
from ietf.doc.models import State, StateType
def state(request, doc, type=None):