summaryrefslogtreecommitdiff
path: root/opendc/api/v2/room-types
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/api/v2/room-types')
-rw-r--r--opendc/api/v2/room-types/endpoint.py2
-rw-r--r--opendc/api/v2/room-types/name/allowed-objects/endpoint.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/opendc/api/v2/room-types/endpoint.py b/opendc/api/v2/room-types/endpoint.py
index 14675c86..71efc75d 100644
--- a/opendc/api/v2/room-types/endpoint.py
+++ b/opendc/api/v2/room-types/endpoint.py
@@ -1,4 +1,4 @@
-from opendc.models.room_type import RoomType
+from opendc.models_old.room_type import RoomType
from opendc.util.rest import Response
diff --git a/opendc/api/v2/room-types/name/allowed-objects/endpoint.py b/opendc/api/v2/room-types/name/allowed-objects/endpoint.py
index 166781e8..7b605c2b 100644
--- a/opendc/api/v2/room-types/name/allowed-objects/endpoint.py
+++ b/opendc/api/v2/room-types/name/allowed-objects/endpoint.py
@@ -1,4 +1,4 @@
-from opendc.models.allowed_object import AllowedObject
+from opendc.models_old.allowed_object import AllowedObject
from opendc.util import exceptions
from opendc.util.rest import Response