diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-10 04:40:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-10 04:40:18 +0000 |
commit | 6e230863720c63b6a39a53f3c0a15de771a373d2 (patch) | |
tree | d61f413104635c5a259455c4acbdc6e628650a59 /perl-install/diskdrake/hd_gtk.pm | |
parent | c130de3109b46c9c0783f9d600c38cea9b5bb46e (diff) | |
download | drakx-6e230863720c63b6a39a53f3c0a15de771a373d2.tar drakx-6e230863720c63b6a39a53f3c0a15de771a373d2.tar.gz drakx-6e230863720c63b6a39a53f3c0a15de771a373d2.tar.bz2 drakx-6e230863720c63b6a39a53f3c0a15de771a373d2.tar.xz drakx-6e230863720c63b6a39a53f3c0a15de771a373d2.zip |
move loopback.pm to fs/loopback.pm
(since it's tightly tight to many fs* things)
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 036bfff85..95860d7e5 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -10,7 +10,6 @@ use fs::type; use detect_devices; use diskdrake::interactive; use run_program; -use loopback; use devices; use raid; use any; |