mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
Some path fixes
This commit is contained in:
parent
d9ff9b867a
commit
8c941ca31d
@ -9,7 +9,7 @@ from django.test.client import Client
|
||||
from cabot.cabotapp.models import (
|
||||
GraphiteStatusCheck, JenkinsStatusCheck,
|
||||
HttpStatusCheck, ICMPStatusCheck, Service, Instance, StatusCheckResult)
|
||||
from cabotapp.views import StatusCheckReportForm
|
||||
from cabot.cabotapp.views import StatusCheckReportForm
|
||||
from mock import Mock, patch
|
||||
from twilio import rest
|
||||
from django.core import mail
|
||||
|
@ -9,7 +9,7 @@ from cabot.cabotapp.views import (
|
||||
StatusCheckDeleteView, StatusCheckListView, StatusCheckDetailView,
|
||||
StatusCheckResultDetailView, StatusCheckReportView)
|
||||
|
||||
from cabotapp.views import (InstanceListView, InstanceDetailView,
|
||||
from cabot.cabotapp.views import (InstanceListView, InstanceDetailView,
|
||||
InstanceUpdateView, InstanceCreateView, InstanceDeleteView,
|
||||
ServiceListView, ServiceDetailView,
|
||||
ServiceUpdateView, ServiceCreateView, ServiceDeleteView,
|
||||
|
Loading…
x
Reference in New Issue
Block a user