summaryrefslogtreecommitdiff
path: root/heatclient/v1/resource_types.py
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2016-11-04 13:33:12 +0530
committerrabi <ramishra@redhat.com>2016-11-12 19:15:40 +0530
commitb25baa9108bb37e0ece20895d464acf00ab2706c (patch)
treeb1699411a3c4f5933a364ed03390c1fe47df4158 /heatclient/v1/resource_types.py
parentea03fa2254a471edef0a655a63c42d7039428323 (diff)
downloadpython-heatclient-b25baa9108bb37e0ece20895d464acf00ab2706c.tar.gz
Move required modules from oslo-incubator
Move the required module to heatclient/common. - heatclient/openstack/common/apiclient/base.py It also moves some required functions and exceptions from heatclient/openstack/common/cliutils.py and heatclient/openstack/common/exceptions.py. Change-Id: I68704c7fab9417492d8390ad05a9797f78d46907
Diffstat (limited to 'heatclient/v1/resource_types.py')
-rw-r--r--heatclient/v1/resource_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/v1/resource_types.py b/heatclient/v1/resource_types.py
index ef29cdc..86d09b8 100644
--- a/heatclient/v1/resource_types.py
+++ b/heatclient/v1/resource_types.py
@@ -15,8 +15,8 @@ from oslo_utils import encodeutils
import six
from six.moves.urllib import parse
+from heatclient.common import base
from heatclient.common import utils
-from heatclient.openstack.common.apiclient import base
class ResourceType(base.Resource):