From 19d1383b38b59a084509815cf848c5ea9c05deb6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Jun 2005 07:52:38 +0000 Subject: don't need use MDK::Common... when we have "use common" (which is the standard for libDrakX modules) --- perl-install/fs.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 5ba4d68ad..7b2ea6c51 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -3,8 +3,6 @@ package fs; # $Id$ use diagnostics; use strict; -use MDK::Common::System; -use MDK::Common::Various; use common; use log; use devices; -- cgit v1.2.1