Commit 0c4af342 authored by Michal Čihař's avatar Michal Čihař

Better group imports

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent abdb281c
......@@ -18,19 +18,20 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from itertools import chain
import unicodedata
from django import forms
from django.utils.translation import ugettext_lazy as _, pgettext
from django.contrib.auth import authenticate
from django.contrib.auth.models import User
from django.utils.encoding import force_unicode
from crispy_forms.helper import FormHelper
from weblate.accounts.models import Profile, VerifiedEmail
from weblate.accounts.captcha import MathCaptcha
from weblate.lang.models import Language
from weblate.trans.models import Project
from django.contrib.auth.models import User
from django.utils.encoding import force_unicode
from itertools import chain
import unicodedata
from weblate.logger import LOGGER
try:
......
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