Remove tests * imports
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -11,7 +11,6 @@ from .links import (
|
||||
link_namespace_detail, link_namespace_list, link_namespace_root_list,
|
||||
link_setting_edit
|
||||
)
|
||||
from .settings import * # NOQA
|
||||
from .widgets import setting_widget
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ from django.conf import settings
|
||||
from django.utils.encoding import force_text
|
||||
|
||||
from mayan.apps.common.settings import setting_paginate_by
|
||||
from mayan.apps.common.tests import BaseTestCase
|
||||
from mayan.apps.common.tests.base import BaseTestCase
|
||||
from mayan.apps.storage.utils import fs_cleanup
|
||||
|
||||
from ..classes import Setting
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from mayan.apps.common.tests import GenericViewTestCase
|
||||
from mayan.apps.common.tests.base import GenericViewTestCase
|
||||
|
||||
from ..permissions import permission_settings_view
|
||||
|
||||
|
||||
Reference in New Issue
Block a user