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/crypto.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 23b4dc93f..8ce2974c9 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -5,7 +5,6 @@ use strict; use vars qw(%url2land %land2tzs %static_mirrors %mirrors); -use MDK::Common::System; use common; use log; use ftp; -- cgit v1.2.1