From fee4c03c14406537f70bbffe01e7ddeea91310d9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 25 Jul 2001 12:32:49 +0000 Subject: use MDK::Common --- rescue/make_rescue_img | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rescue') diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index d0248c052..2ef35061b 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -1,8 +1,9 @@ #!/usr/bin/perl +use MDK::Common; use lib "../perl-install"; use keyboard; -use common; +use commands; use Config; Config->import; -- cgit v1.2.1