summaryrefslogtreecommitdiff
path: root/opendc/api/v2/tiles
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/api/v2/tiles')
-rw-r--r--opendc/api/v2/tiles/tileId/endpoint.py2
-rw-r--r--opendc/api/v2/tiles/tileId/rack/endpoint.py4
-rw-r--r--opendc/api/v2/tiles/tileId/rack/machines/endpoint.py4
-rw-r--r--opendc/api/v2/tiles/tileId/rack/machines/position/endpoint.py4
4 files changed, 7 insertions, 7 deletions
diff --git a/opendc/api/v2/tiles/tileId/endpoint.py b/opendc/api/v2/tiles/tileId/endpoint.py
index 4a1a5447..e1efda77 100644
--- a/opendc/api/v2/tiles/tileId/endpoint.py
+++ b/opendc/api/v2/tiles/tileId/endpoint.py
@@ -1,4 +1,4 @@
-from opendc.models.tile import Tile
+from opendc.models_old.tile import Tile
from opendc.util import exceptions
from opendc.util.rest import Response
diff --git a/opendc/api/v2/tiles/tileId/rack/endpoint.py b/opendc/api/v2/tiles/tileId/rack/endpoint.py
index 2a5803e4..b5c7fde6 100644
--- a/opendc/api/v2/tiles/tileId/rack/endpoint.py
+++ b/opendc/api/v2/tiles/tileId/rack/endpoint.py
@@ -1,5 +1,5 @@
-from opendc.models.rack import Rack
-from opendc.models.tile import Tile
+from opendc.models_old.rack import Rack
+from opendc.models_old.tile import Tile
from opendc.util import exceptions
from opendc.util.rest import Response
diff --git a/opendc/api/v2/tiles/tileId/rack/machines/endpoint.py b/opendc/api/v2/tiles/tileId/rack/machines/endpoint.py
index 34d3866e..7980d676 100644
--- a/opendc/api/v2/tiles/tileId/rack/machines/endpoint.py
+++ b/opendc/api/v2/tiles/tileId/rack/machines/endpoint.py
@@ -1,5 +1,5 @@
-from opendc.models.machine import Machine
-from opendc.models.rack import Rack
+from opendc.models_old.machine import Machine
+from opendc.models_old.rack import Rack
from opendc.util import exceptions
from opendc.util.rest import Response
diff --git a/opendc/api/v2/tiles/tileId/rack/machines/position/endpoint.py b/opendc/api/v2/tiles/tileId/rack/machines/position/endpoint.py
index 72fd44d5..dc598162 100644
--- a/opendc/api/v2/tiles/tileId/rack/machines/position/endpoint.py
+++ b/opendc/api/v2/tiles/tileId/rack/machines/position/endpoint.py
@@ -1,5 +1,5 @@
-from opendc.models.machine import Machine
-from opendc.models.rack import Rack
+from opendc.models_old.machine import Machine
+from opendc.models_old.rack import Rack
from opendc.util import exceptions
from opendc.util.rest import Response