summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-11-29 14:11:43 -0500
committerJeremy Katz <katzj@redhat.com>2007-11-29 14:21:10 -0500
commit854fd7192d42502b62b1ac5dec60a2e8b245419e (patch)
tree14170cde8fbf03d463badaa2d6857dcb49ea2d13 /installmethod.py
parenta30e46c8c0ccedbfb9ca3616617bd340498d8836 (diff)
downloadanaconda-854fd7192d42502b62b1ac5dec60a2e8b245419e.tar.gz
anaconda-854fd7192d42502b62b1ac5dec60a2e8b245419e.tar.xz
anaconda-854fd7192d42502b62b1ac5dec60a2e8b245419e.zip
fix traceback at the end of install
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/installmethod.py b/installmethod.py
index cfe8ae782..368b018c0 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -18,6 +18,8 @@ from constants import *
import logging
log = logging.getLogger("anaconda")
+import isys
+
## The base installation method class.
# This is an abstract class that defines the methods that make up an
# installation method. This class should not be used except as the superclass