summaryrefslogtreecommitdiff
path: root/heatclient/v1/actions.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/actions.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/actions.py')
-rw-r--r--heatclient/v1/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/v1/actions.py b/heatclient/v1/actions.py
index 85a539a..0331866 100644
--- a/heatclient/v1/actions.py
+++ b/heatclient/v1/actions.py
@@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-from heatclient.openstack.common.apiclient import base
+from heatclient.common import base
from heatclient.v1 import stacks
DEFAULT_PAGE_SIZE = 20