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:
parent
f3833e1d17
commit
7ac4113751
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
import os
|
||||
import math
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
# Should this move from idrfc to doc?
|
||||
|
|
Loading…
Reference in a new issue