summaryrefslogtreecommitdiff
path: root/opendc/api/v2/specifications/failure-models/id/endpoint.py
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-06-25 14:48:24 +0200
committerGeorgios Andreadis <info@gandreadis.com>2020-06-25 14:48:24 +0200
commitff31029e732dd56743690dc608f535163a0548ff (patch)
tree04fe8e4a17816d93db386b5b6c560be654cdee86 /opendc/api/v2/specifications/failure-models/id/endpoint.py
parentc2706e023070211f8ac992b800353807a1f10886 (diff)
Experiment
Diffstat (limited to 'opendc/api/v2/specifications/failure-models/id/endpoint.py')
-rw-r--r--opendc/api/v2/specifications/failure-models/id/endpoint.py2
1 files changed, 1 insertions, 1 deletions
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