Commit b1a7a745 authored by Michal Čihař's avatar Michal Čihař

Group exports from same module

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9ab0174e
...@@ -23,11 +23,10 @@ import sys ...@@ -23,11 +23,10 @@ import sys
from django.utils.translation import ugettext as _, ungettext from django.utils.translation import ugettext as _, ungettext
from django.utils.encoding import force_text from django.utils.encoding import force_text
from django.shortcuts import redirect from django.shortcuts import redirect
from django.http import HttpResponse from django.http import HttpResponse, Http404
from django.contrib import messages from django.contrib import messages
from django.contrib.auth.decorators import permission_required from django.contrib.auth.decorators import permission_required
from django.views.decorators.http import require_POST from django.views.decorators.http import require_POST
from django.http import Http404
from weblate.trans.exporters import get_exporter from weblate.trans.exporters import get_exporter
from weblate.trans.util import report_error from weblate.trans.util import report_error
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment