From 6883d1114f2ff9421088edf67d7c3286370a1497 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sun, 5 Oct 2008 15:10:41 -1000 Subject: [PATCH] import shutil --- src/pylorax/instroot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pylorax/instroot.py b/src/pylorax/instroot.py index c140a44f..d400284f 100644 --- a/src/pylorax/instroot.py +++ b/src/pylorax/instroot.py @@ -21,6 +21,7 @@ # import os +import shutil import sys import pylorax