Skip to content

Commit 9252336

Browse files
committed
Fix import path of some proxy classes
- Legacy-Id: 3161
1 parent 5dcc94e commit 9252336

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/idtracker/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,8 @@ def __init__(self, document):
10971097
AcronymOld = Acronym
10981098
IESGLoginOld = IESGLogin
10991099
IETFWGOld = IETFWG
1100-
from redesign.doc.proxy import InternetDraft, IDInternal, BallotInfo, IDState, IDSubState, Rfc
1100+
from redesign.doc.proxy import InternetDraft, IDInternal, BallotInfo, Rfc
1101+
from redesign.name.proxy import IDState, IDSubState
11011102
from redesign.group.proxy import Area, Acronym, IETFWG
11021103
from redesign.person.proxy import IESGLogin
11031104

0 commit comments

Comments
 (0)