summaryrefslogtreecommitdiff
path: root/opendc/api/v2/tiles/tileId/rack/endpoint.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/api/v2/tiles/tileId/rack/endpoint.py')
-rw-r--r--opendc/api/v2/tiles/tileId/rack/endpoint.py4
1 files changed, 2 insertions, 2 deletions
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