summaryrefslogtreecommitdiff
path: root/saharaclient/osc/v1/data_sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/osc/v1/data_sources.py')
-rw-r--r--saharaclient/osc/v1/data_sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/osc/v1/data_sources.py b/saharaclient/osc/v1/data_sources.py
index 2c296f0..05372dd 100644
--- a/saharaclient/osc/v1/data_sources.py
+++ b/saharaclient/osc/v1/data_sources.py
@@ -19,7 +19,7 @@ from osc_lib.command import command
from osc_lib import utils as osc_utils
from oslo_log import log as logging
-from saharaclient.osc.v1 import utils
+from saharaclient.osc import utils
DATA_SOURCE_FIELDS = ['name', 'id', 'type', 'url', 'description', 'is_public',
'is_protected']