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/common.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/common.pm') diff --git a/perl-install/common.pm b/perl-install/common.pm index 1933975e5..3e7a2443d 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -1,7 +1,6 @@ package common; # $Id$ use MDK::Common; -use MDK::Common::System; use diagnostics; use strict; use run_program; -- cgit v1.2.1