diff options
Diffstat (limited to 'opendc/api/v2/paths/pathId/sections/endpoint.py')
| -rw-r--r-- | opendc/api/v2/paths/pathId/sections/endpoint.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opendc/api/v2/paths/pathId/sections/endpoint.py b/opendc/api/v2/paths/pathId/sections/endpoint.py index a983ff1f..8f3e270b 100644 --- a/opendc/api/v2/paths/pathId/sections/endpoint.py +++ b/opendc/api/v2/paths/pathId/sections/endpoint.py @@ -1,5 +1,5 @@ -from opendc.models.path import Path -from opendc.models.section import Section +from opendc.models_old.path import Path +from opendc.models_old.section import Section from opendc.util import exceptions from opendc.util.rest import Response |
