From 1ad8929ba89a934e2adb22f2ef3f3d5176a64879 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sat, 4 Oct 2008 20:32:03 -1000 Subject: [PATCH] 'import os' in instroot.py. --- src/pylorax/instroot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pylorax/instroot.py b/src/pylorax/instroot.py index 46aba9d8..ff41c097 100644 --- a/src/pylorax/instroot.py +++ b/src/pylorax/instroot.py @@ -20,6 +20,7 @@ # Author(s): David Cantrell # +import os import sys import pylorax