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

Move external impor to the top

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 27c2feff
......@@ -29,18 +29,18 @@ from django.contrib.auth.models import User
from django.utils.encoding import force_text
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 weblate.logger import LOGGER
try:
import pyuca # pylint: disable=import-error
HAS_PYUCA = True
except ImportError:
HAS_PYUCA = False
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 weblate.logger import LOGGER
def remove_accents(input_str):
"""
......
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