Import math as needed. Related to [5626] and issue #974.

- Legacy-Id: 5628
Note: SVN reference [5626] has been migrated to Git commit fb1df9e2eb
This commit is contained in:
Henrik Levkowetz 2013-04-07 17:10:19 +00:00
parent f3833e1d17
commit 7ac4113751
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,7 @@
import glob
import os
import math
from ietf.doc.models import *
from ietf.person.models import Email
from ietf.utils.proxy import TranslatingManager
@ -5,9 +9,6 @@ from ietf.name.proxy import *
from django.conf import settings
import glob, os
class InternetDraft(Document):
objects = TranslatingManager(dict(filename="name",
filename__contains="name__contains",

View file

@ -1,4 +1,6 @@
import os
import math
from django.conf import settings
# Should this move from idrfc to doc?