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

Move exception import to correct place

parent 3ef58a5f
......@@ -71,6 +71,7 @@ from weblate.trans.checks.source import EllipsisCheck
# Initialize checks list
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
CHECKS = {}
for path in getattr(settings, 'CHECK_LIST', DEFAULT_CHECK_LIST):
i = path.rfind('.')
......
......@@ -19,7 +19,6 @@
#
from django.utils.translation import ugettext_lazy as _
from django.core.exceptions import ImproperlyConfigured
from django.core.cache import cache
from xml.etree import cElementTree
import weblate
......
......@@ -19,7 +19,6 @@
#
from django.utils.translation import ugettext_lazy as _
from django.core.exceptions import ImproperlyConfigured
from django.core.cache import cache
from xml.etree import cElementTree
import weblate
......
......@@ -19,7 +19,6 @@
#
from django.utils.translation import ugettext_lazy as _
from django.core.exceptions import ImproperlyConfigured
from django.core.cache import cache
from xml.etree import cElementTree
import weblate
......
......@@ -19,7 +19,6 @@
#
from django.utils.translation import ugettext_lazy as _
from django.core.exceptions import ImproperlyConfigured
from django.core.cache import cache
from xml.etree import cElementTree
import weblate
......
......@@ -19,7 +19,6 @@
#
from django.utils.translation import ugettext_lazy as _
from django.core.exceptions import ImproperlyConfigured
from django.core.cache import cache
from xml.etree import cElementTree
import weblate
......
......@@ -19,7 +19,6 @@
#
from django.utils.translation import ugettext_lazy as _
from django.core.exceptions import ImproperlyConfigured
from django.core.cache import cache
from xml.etree import cElementTree
import weblate
......
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