Move markup_txt.py from idrfc/ to utils/
- Legacy-Id: 6046
This commit is contained in:
parent
13a15b6111
commit
de7ae60985
|
@ -3,9 +3,7 @@ import math
|
|||
|
||||
from django.conf import settings
|
||||
|
||||
# Should this move from idrfc to doc?
|
||||
from ietf.idrfc import markup_txt
|
||||
|
||||
from ietf.utils import markup_txt
|
||||
from ietf.doc.models import *
|
||||
|
||||
def get_state_types(doc):
|
||||
|
|
Loading…
Reference in a new issue