summaryrefslogtreecommitdiffstats
path: root/command-stubs/raidstart-stub
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/raidstart-stub
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/raidstart-stub')
-rwxr-xr-xcommand-stubs/raidstart-stub1
1 files changed, 1 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