Fix failing import in juju master namespace actions.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from charms.templating.jinja2 import render
|
from charmhelpers.core.templating import render
|
||||||
from charms.reactive import is_state
|
from charms.reactive import is_state
|
||||||
from charmhelpers.core.hookenv import action_get
|
from charmhelpers.core.hookenv import action_get
|
||||||
from charmhelpers.core.hookenv import action_set
|
from charmhelpers.core.hookenv import action_set
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ from charmhelpers.core.hookenv import (
|
|||||||
action_fail,
|
action_fail,
|
||||||
action_name
|
action_name
|
||||||
)
|
)
|
||||||
from charms.templating.jinja2 import render
|
from charmhelpers.core.templating import render
|
||||||
from subprocess import check_output
|
from subprocess import check_output
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user