summaryrefslogtreecommitdiffstats
path: root/perl-install/bootlook.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-04-12 01:07:02 +0000
committerdamien <damien@mandriva.com>2001-04-12 01:07:02 +0000
commit57f99993faeb96d40f45b1fab5b5e42b0e5d397e (patch)
treec08b091c9b600ab211f41b4799f528f9756dab74 /perl-install/bootlook.pm
parentbfb93b8300dbb59f7e51ee6da982cc0d54c988cf (diff)
downloaddrakx-backup-do-not-use-57f99993faeb96d40f45b1fab5b5e42b0e5d397e.tar
drakx-backup-do-not-use-57f99993faeb96d40f45b1fab5b5e42b0e5d397e.tar.gz
drakx-backup-do-not-use-57f99993faeb96d40f45b1fab5b5e42b0e5d397e.tar.bz2
drakx-backup-do-not-use-57f99993faeb96d40f45b1fab5b5e42b0e5d397e.tar.xz
drakx-backup-do-not-use-57f99993faeb96d40f45b1fab5b5e42b0e5d397e.zip
added use bootloader
Diffstat (limited to 'perl-install/bootlook.pm')
-rw-r--r--perl-install/bootlook.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm
index d472b7705..bd6c6ec3e 100644
--- a/perl-install/bootlook.pm
+++ b/perl-install/bootlook.pm
@@ -31,6 +31,7 @@ use standalone;
use common qw(:common :file :functional :system);
use my_gtk qw(:helpers :wrappers);
use any;
+use bootloader;
setlocale (LC_ALL, "");
Locale::GetText::textdomain ("Bootlookdrake");