Some more minor refactorings, pertaining to #1176.

This commit is contained in:
Griatch 2017-01-30 20:18:21 +01:00
parent dd07ea294b
commit 7e4155d4cd
3 changed files with 7 additions and 8 deletions

View file

@ -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 _