diff --git a/heat/common/exception.py b/heat/common/exception.py index 4508997088..8b6e875b5f 100644 --- a/heat/common/exception.py +++ b/heat/common/exception.py @@ -19,7 +19,7 @@ import functools import urlparse -from heat.openstack.common.exception import OpenstackException +from heat.openstack.common.exception import * class RedirectException(Exception): def __init__(self, url):