Skip to content

Commit 19896dc

Browse files
committed
Adapt to moved Rfc model.
- Legacy-Id: 99
1 parent e73f7db commit 19896dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/ipr/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.db import models
22
from ietf.idtracker.views import InternetDraft
3-
from ietf.rfcs.models import Rfc
3+
from ietf.idtracker.models import Rfc
44

55
LICENSE_CHOICES = (
66
(1, 'No License Required for Implementers.'),

0 commit comments

Comments
 (0)