summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-03-28 16:49:14 +0000
committerChris Lumens <clumens@redhat.com>2006-03-28 16:49:14 +0000
commitff16e17a50d76bf87a0f0b5d1d477f6ce7727b87 (patch)
treefadbe7003221880fa60808cd2d0cb026607af8f1
parent5cf7a901b872a70ae5b63546f2ec49a237982224 (diff)
downloadanaconda-ff16e17a50d76bf87a0f0b5d1d477f6ce7727b87.tar.gz
anaconda-ff16e17a50d76bf87a0f0b5d1d477f6ce7727b87.tar.xz
anaconda-ff16e17a50d76bf87a0f0b5d1d477f6ce7727b87.zip
Import anaconda_log (#187119).
-rw-r--r--ChangeLog5
-rwxr-xr-xcommand-stubs/list-harddrives-stub1
-rwxr-xr-xcommand-stubs/raidstart-stub1
-rwxr-xr-xcommand-stubs/raidstop-stub1
4 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bf89a7ec..6393e14be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-28 Chris Lumens <clumens@redhat.com>
+
+ * command-stubs/list-harddrives-stub, command-stubs/raidstart-stub,
+ command-stubs/raidstop-stub: Import anaconda_log (#187119).
+
2006-03-27 David Cantrell <dcantrell@redhat.com>
* exception.py (handleException): iutil.copyFile -> shutil.copyfile.
diff --git a/command-stubs/list-harddrives-stub b/command-stubs/list-harddrives-stub
index 7897967a1..ac215a9ff 100755
--- a/command-stubs/list-harddrives-stub
+++ b/command-stubs/list-harddrives-stub
@@ -12,6 +12,7 @@ if (os.path.exists('isys')):
sys.path.append('/usr/lib/anaconda')
+import anaconda_log
import parted
import partedUtils
import isys
diff --git a/command-stubs/raidstart-stub b/command-stubs/raidstart-stub
index 52e5779ad..01fe54d72 100755
--- a/command-stubs/raidstart-stub
+++ b/command-stubs/raidstart-stub
@@ -14,6 +14,7 @@ if (os.path.exists('rpmmodule')):
sys.path.append('/usr/lib/anaconda')
+import anaconda_log
import fsset
import raid
import isys
diff --git a/command-stubs/raidstop-stub b/command-stubs/raidstop-stub
index 4bb594a1e..39b538975 100755
--- a/command-stubs/raidstop-stub
+++ b/command-stubs/raidstop-stub
@@ -14,6 +14,7 @@ if (os.path.exists('rpmmodule')):
sys.path.append('/usr/lib/anaconda')
+import anaconda_log
import fsset
import raid
import isys