From 43ba7d03e57e0b3b116b55b9883ffca1e8ecd208 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 12 Jul 2004 20:37:25 +0000 Subject: import fsset first to avoid circular imports screwing things up --- command-stubs/raidstart-stub | 1 + command-stubs/raidstop-stub | 1 + 2 files changed, 2 insertions(+) (limited to 'command-stubs') 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 -- cgit