diff options
Diffstat (limited to 'opendc/api/v2/datacenters/datacenterId/rooms/endpoint.py')
| -rw-r--r-- | opendc/api/v2/datacenters/datacenterId/rooms/endpoint.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opendc/api/v2/datacenters/datacenterId/rooms/endpoint.py b/opendc/api/v2/datacenters/datacenterId/rooms/endpoint.py index 593b38a7..96ee7028 100644 --- a/opendc/api/v2/datacenters/datacenterId/rooms/endpoint.py +++ b/opendc/api/v2/datacenters/datacenterId/rooms/endpoint.py @@ -1,5 +1,5 @@ -from opendc.models.datacenter import Datacenter -from opendc.models.room import Room +from opendc.models_old.datacenter import Datacenter +from opendc.models_old.room import Room from opendc.util import exceptions from opendc.util.rest import Response |
