Move markup_txt.py from idrfc/ to utils/

- Legacy-Id: 6046
This commit is contained in:
Ole Laursen 2013-08-13 14:33:22 +00:00
parent 13a15b6111
commit de7ae60985
2 changed files with 1 additions and 3 deletions

View file

@ -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):