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

Move import to correct module

parent 268bf4c8
......@@ -36,6 +36,7 @@ from trans.forms import (
AntispamForm, CommentForm
)
from trans.views.helper import get_translation
from trans.checks import CHECKS
from trans.util import join_plural
from accounts.models import Profile, send_notification_email
import weblate
......
......@@ -22,7 +22,6 @@ Helper methods for views.
'''
from trans.models import Project, SubProject, Translation
from trans.checks import CHECKS
from lang.models import Language
from django.utils.translation import ugettext as _
from django.shortcuts import get_object_or_404
......
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