diff options
Diffstat (limited to 'command-stubs')
-rwxr-xr-x | command-stubs/raidstart-stub | 1 | ||||
-rwxr-xr-x | command-stubs/raidstop-stub | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/command-stubs/raidstart-stub b/command-stubs/raidstart-stub index ddd1949db..2a0d8b323 100755 --- a/command-stubs/raidstart-stub +++ b/command-stubs/raidstart-stub @@ -26,7 +26,6 @@ if (os.path.exists('rpmmodule')): sys.path.append('rpmmodule') sys.path.append('libfdisk') sys.path.append('balkan') - sys.path.append('kudzu') sys.path.append('gnome-map') sys.path.append('isys') diff --git a/command-stubs/raidstop-stub b/command-stubs/raidstop-stub index 5eeee07c4..942c29e72 100755 --- a/command-stubs/raidstop-stub +++ b/command-stubs/raidstop-stub @@ -26,7 +26,6 @@ if (os.path.exists('rpmmodule')): sys.path.append('rpmmodule') sys.path.append('libfdisk') sys.path.append('balkan') - sys.path.append('kudzu') sys.path.append('gnome-map') sys.path.append('isys') |