summaryrefslogtreecommitdiff
path: root/opendc/api/v2/specifications/failure-models
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/api/v2/specifications/failure-models')
-rw-r--r--opendc/api/v2/specifications/failure-models/endpoint.py2
-rw-r--r--opendc/api/v2/specifications/failure-models/id/endpoint.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/opendc/api/v2/specifications/failure-models/endpoint.py b/opendc/api/v2/specifications/failure-models/endpoint.py
index 6397e27e..63807ed2 100644
--- a/opendc/api/v2/specifications/failure-models/endpoint.py
+++ b/opendc/api/v2/specifications/failure-models/endpoint.py
@@ -1,4 +1,4 @@
-from opendc.models.failure_model import FailureModel
+from opendc.models_old.failure_model import FailureModel
from opendc.util.rest import Response
diff --git a/opendc/api/v2/specifications/failure-models/id/endpoint.py b/opendc/api/v2/specifications/failure-models/id/endpoint.py
index db450f70..bfba4f16 100644
--- a/opendc/api/v2/specifications/failure-models/id/endpoint.py
+++ b/opendc/api/v2/specifications/failure-models/id/endpoint.py
@@ -1,4 +1,4 @@
-from opendc.models.failure_model import FailureModel
+from opendc.models_old.failure_model import FailureModel
from opendc.util import exceptions
from opendc.util.rest import Response