Fix failing import in juju master namespace actions.

This commit is contained in:
Konstantinos Tsakalozos 2017-09-30 07:05:33 +03:00
parent 68d2722be0
commit b853e29d4a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from charms.templating.jinja2 import render
from charmhelpers.core.templating import render
from charms.reactive import is_state
from charmhelpers.core.hookenv import action_get
from charmhelpers.core.hookenv import action_set

View File

@ -7,7 +7,7 @@ from charmhelpers.core.hookenv import (
action_fail,
action_name
)
from charms.templating.jinja2 import render
from charmhelpers.core.templating import render
from subprocess import check_output