~joetalbott/charms/trusty/snappy-proposed-image-builder/add_shutil_import

« back to all changes in this revision

Viewing changes to hooks/actions.py

  • Committer: Joe Talbott
  • Date: 2015-06-03 18:14:36 UTC
  • Revision ID: joe.talbott@canonical.com-20150603181436-1pavyyhq1f5f861y
Add missing import for shutil

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import base64
2
2
import os
 
3
import shutil
3
4
import subprocess
4
5
 
5
6
from charmhelpers import fetch