diff --git a/pypungi/__init__.py b/pypungi/__init__.py index 4ef84cc4..cd20515e 100644 --- a/pypungi/__init__.py +++ b/pypungi/__init__.py @@ -15,6 +15,7 @@ import logging import os import subprocess +import shutil class PungiBase(object): """The base Pungi class. Set up config items and logging here"""