summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--installclasses/rhel.py1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a88c6ac4..0be66f4b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-25 David Cantrell <dcantrell@redhat.com>
+
+ * installclasses/rhel.py: import yuminstall to avoid traceback.
+
2007-07-25 Jeremy Katz <katzj@redhat.com>
* isys/isys.py (makeDevInode): Warn if we try to explicitly create
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index d9be5c859..b6e8cda8f 100644
--- a/installclasses/rhel.py
+++ b/installclasses/rhel.py
@@ -6,6 +6,7 @@ from flags import flags
import os
import iutil
import types
+import yuminstall
try:
import instnum
except ImportError: