summaryrefslogtreecommitdiffstats
path: root/command-stubs
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-07-12 20:37:25 +0000
committerJeremy Katz <katzj@redhat.com>2004-07-12 20:37:25 +0000
commit43ba7d03e57e0b3b116b55b9883ffca1e8ecd208 (patch)
tree1907fc70ed749410341d119b42f9c5ee84091729 /command-stubs
parent5b39667492a46c19c6de602775ee73ce95449678 (diff)
downloadanaconda-43ba7d03e57e0b3b116b55b9883ffca1e8ecd208.tar.gz
anaconda-43ba7d03e57e0b3b116b55b9883ffca1e8ecd208.tar.xz
anaconda-43ba7d03e57e0b3b116b55b9883ffca1e8ecd208.zip
import fsset first to avoid circular imports screwing things up
Diffstat (limited to 'command-stubs')
-rwxr-xr-xcommand-stubs/raidstart-stub1
-rwxr-xr-xcommand-stubs/raidstop-stub1
2 files changed, 2 insertions, 0 deletions
diff --git a/command-stubs/raidstart-stub b/command-stubs/raidstart-stub
index 7c3b3d39e..52e5779ad 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 fsset
import raid
import isys
from sys import argv
diff --git a/command-stubs/raidstop-stub b/command-stubs/raidstop-stub
index 7e12d3ac5..4bb594a1e 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 fsset
import raid
import isys
from sys import argv