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

« back to all changes in this revision

Viewing changes to hooks/actions.py

Add missing shutil import. [r=Celso Providelo, Paul Larson]

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