File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -725,7 +725,7 @@ def all(self):
725725
726726 @property
727727 def ipr (self ):
728- from ipr .models import IprDraftProxy
728+ from ietf . ipr .models import IprDraftProxy
729729 return IprDraftProxy .objects .filter (doc_alias__document = self .pk )
730730
731731 class Meta :
Original file line number Diff line number Diff line change 99
1010from ietf .group .models import Group
1111from ietf .wgcharter .views import _get_history , _get_html
12- from wgcharter import markup_txt
12+ from ietf . wgcharter import markup_txt
1313import datetime
1414import re , os
1515
Original file line number Diff line number Diff line change 1111from django .utils .decorators import decorator_from_middleware
1212from django .middleware .gzip import GZipMiddleware
1313from django .core .exceptions import ObjectDoesNotExist
14+ from django .conf import settings
1415from ietf .doc .models import GroupBallotPositionDocEvent , WriteupDocEvent
1516from ietf .group .models import Group , GroupHistory
1617from ietf .person .models import Person
17- from wgcharter import markup_txt
18- from django .conf import settings
18+ from ietf .wgcharter import markup_txt
1919
20- from wgcharter .utils import *
20+ from ietf . wgcharter .utils import *
2121from ietf .utils .history import find_history_active_at
2222from ietf .idtracker .templatetags .ietf_filters import format_textarea , fill
2323
You can’t perform that action at this time.
0 commit comments