Skip to content

Commit de7ae60

Browse files
committed
Move markup_txt.py from idrfc/ to utils/
- Legacy-Id: 6046
1 parent 13a15b6 commit de7ae60

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

ietf/doc/utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
from django.conf import settings
55

6-
# Should this move from idrfc to doc?
7-
from ietf.idrfc import markup_txt
8-
6+
from ietf.utils import markup_txt
97
from ietf.doc.models import *
108

119
def get_state_types(doc):

0 commit comments

Comments
 (0)