summaryrefslogtreecommitdiff
path: root/opendc/api/v2/experiments/experimentId/statistics/task-durations/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/experiments/experimentId/statistics/task-durations/endpoint.py
parentc2706e023070211f8ac992b800353807a1f10886 (diff)
Experiment
Diffstat (limited to 'opendc/api/v2/experiments/experimentId/statistics/task-durations/endpoint.py')
-rw-r--r--opendc/api/v2/experiments/experimentId/statistics/task-durations/endpoint.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/opendc/api/v2/experiments/experimentId/statistics/task-durations/endpoint.py b/opendc/api/v2/experiments/experimentId/statistics/task-durations/endpoint.py
index 6bc0d4bd..498db239 100644
--- a/opendc/api/v2/experiments/experimentId/statistics/task-durations/endpoint.py
+++ b/opendc/api/v2/experiments/experimentId/statistics/task-durations/endpoint.py
@@ -1,5 +1,5 @@
-from opendc.models.experiment import Experiment
-from opendc.models.task_duration import TaskDuration
+from opendc.models_old.experiment import Experiment
+from opendc.models_old.task_duration import TaskDuration
from opendc.util import exceptions
from opendc.util.rest import Response