File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
geo/estimated_location/tests Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1515
1616from openwisp_utils .tests import SeleniumTestMixin
1717
18- from ...tests .utils import TestAdminMixin
19- from .. import settings as app_settings
20- from .handlers import connect_whois_handlers
21- from .tests_utils import CreateWHOISMixin , WHOISTransactionMixin
18+ from .... tests .utils import TestAdminMixin
19+ from ... import settings as app_settings
20+ from .. handlers import connect_whois_handlers
21+ from .utils import CreateWHOISMixin , WHOISTransactionMixin
2222
2323Device = load_model ("config" , "Device" )
2424WHOISInfo = load_model ("config" , "WHOISInfo" )
Original file line number Diff line number Diff line change 44from django .urls import reverse
55from swapper import load_model
66
7- from ..tests .utils import CreateConfigMixin
7+ from ... tests .utils import CreateConfigMixin
88
99Device = load_model ("config" , "Device" )
1010WHOISInfo = load_model ("config" , "WHOISInfo" )
Original file line number Diff line number Diff line change 1111
1212from openwisp_controller .config import settings as config_app_settings
1313from openwisp_controller .config .whois .handlers import connect_whois_handlers
14- from openwisp_controller .config .whois .tests_utils import WHOISTransactionMixin
14+ from openwisp_controller .config .whois .tests . utils import WHOISTransactionMixin
1515
16- from ...tests .utils import TestAdminMixin
17- from ..tests .utils import TestGeoMixin
18- from .handlers import register_estimated_location_notification_types
19- from .tests_utils import TestEstimatedLocationMixin
16+ from .... tests .utils import TestAdminMixin
17+ from ... tests .utils import TestGeoMixin
18+ from .. handlers import register_estimated_location_notification_types
19+ from .utils import TestEstimatedLocationMixin
2020
2121Device = load_model ("config" , "Device" )
2222Location = load_model ("geo" , "Location" )
Original file line number Diff line number Diff line change 11from swapper import load_model
22
3- from openwisp_controller .config .whois .tests_utils import CreateWHOISMixin
3+ from openwisp_controller .config .whois .tests . utils import CreateWHOISMixin
44
55OrganizationConfigSettings = load_model ("config" , "OrganizationConfigSettings" )
66
You can’t perform that action at this time.
0 commit comments