summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-08-19 10:46:53 -0400
committerChris Lumens <clumens@redhat.com>2008-08-19 15:51:48 -0400
commitef83d15e29468f8aa3ccfb3702de2e5a88cdeca7 (patch)
treebc095cdf07ada8d1cdda54c9cba92263856be766 /isys
parente35eee2b633b72029e59bfc2ffe73945f3b65fe0 (diff)
downloadanaconda-ef83d15e29468f8aa3ccfb3702de2e5a88cdeca7.tar.gz
anaconda-ef83d15e29468f8aa3ccfb3702de2e5a88cdeca7.tar.xz
anaconda-ef83d15e29468f8aa3ccfb3702de2e5a88cdeca7.zip
Need to import rhpl for things like switching to pdb.
Diffstat (limited to 'isys')
-rwxr-xr-xisys/isys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/isys.py b/isys/isys.py
index e3e277106..02d96d501 100755
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -37,6 +37,7 @@ import re
import struct
import block
import minihal
+import rhpl
import logging
log = logging.getLogger("anaconda")