diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-11-10 22:46:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-11-10 22:46:28 +0000 |
commit | 6780926e3315c989d61044e4c71e3fee4ad73a2f (patch) | |
tree | f4998886b744e62130fd5fedb0d49aaa19fc9a12 /perl-install/standalone/drakbug | |
parent | fa1317b392939ce25f131f3a2993752999458946 (diff) | |
download | drakx-6780926e3315c989d61044e4c71e3fee4ad73a2f.tar drakx-6780926e3315c989d61044e4c71e3fee4ad73a2f.tar.gz drakx-6780926e3315c989d61044e4c71e3fee4ad73a2f.tar.bz2 drakx-6780926e3315c989d61044e4c71e3fee4ad73a2f.tar.xz drakx-6780926e3315c989d61044e4c71e3fee4ad73a2f.zip |
ensure "common" is imported to have N()
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-x | perl-install/standalone/drakbug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 59bd74c0f..b5e4e4053 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -21,7 +21,7 @@ use lib qw(/usr/lib/libDrakX); use standalone; use interactive; -use MDK::Common; +use common; require Gtk; require Gtk::Gdk::ImlibImage; use my_gtk qw(:helpers :wrappers :ask); |