Skip to content

Commit fac0d42

Browse files
committed
Fixed an import statement that could cause grief.
- Legacy-Id: 5474
1 parent 2ba4f80 commit fac0d42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/help/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import debug
77

8-
from doc.models import State, StateType
8+
from ietf.doc.models import State, StateType
99

1010

1111
def state(request, doc, type=None):

0 commit comments

Comments
 (0)