Some more minor refactorings, pertaining to #1176.
This commit is contained in:
parent
dd07ea294b
commit
7e4155d4cd
3 changed files with 7 additions and 8 deletions
|
|
@ -22,7 +22,7 @@ from os.path import join as osjoin
|
|||
from importlib import import_module
|
||||
from inspect import ismodule, trace, getmembers, getmodule
|
||||
from collections import defaultdict, OrderedDict
|
||||
from twisted.internet import threads, defer, reactor
|
||||
from twisted.internet import threads, reactor
|
||||
from django.conf import settings
|
||||
from django.utils import timezone
|
||||
from django.utils.translation import ugettext as _
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue