diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-10 07:52:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-10 07:52:38 +0000 |
commit | 19d1383b38b59a084509815cf848c5ea9c05deb6 (patch) | |
tree | 04025d512eea734d571b0e965540d61002d59cde /perl-install/resize_fat | |
parent | cd53e71a8b1fd6fb1eab6c39f56be381abcc7ba2 (diff) | |
download | drakx-19d1383b38b59a084509815cf848c5ea9c05deb6.tar drakx-19d1383b38b59a084509815cf848c5ea9c05deb6.tar.gz drakx-19d1383b38b59a084509815cf848c5ea9c05deb6.tar.bz2 drakx-19d1383b38b59a084509815cf848c5ea9c05deb6.tar.xz drakx-19d1383b38b59a084509815cf848c5ea9c05deb6.zip |
don't need use MDK::Common... when we have "use common" (which is the standard for libDrakX modules)
Diffstat (limited to 'perl-install/resize_fat')
-rw-r--r-- | perl-install/resize_fat/main.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/resize_fat/main.pm b/perl-install/resize_fat/main.pm index 726875837..ed81363b7 100644 --- a/perl-install/resize_fat/main.pm +++ b/perl-install/resize_fat/main.pm @@ -7,7 +7,6 @@ use strict; use log; use common; -use MDK::Common::System; use resize_fat::boot_sector; use resize_fat::info_sector; use resize_fat::directory; |