summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-10 22:46:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-10 22:46:28 +0000
commit6780926e3315c989d61044e4c71e3fee4ad73a2f (patch)
treef4998886b744e62130fd5fedb0d49aaa19fc9a12 /perl-install/standalone/draksplash
parentfa1317b392939ce25f131f3a2993752999458946 (diff)
downloaddrakx-backup-do-not-use-6780926e3315c989d61044e4c71e3fee4ad73a2f.tar
drakx-backup-do-not-use-6780926e3315c989d61044e4c71e3fee4ad73a2f.tar.gz
drakx-backup-do-not-use-6780926e3315c989d61044e4c71e3fee4ad73a2f.tar.bz2
drakx-backup-do-not-use-6780926e3315c989d61044e4c71e3fee4ad73a2f.tar.xz
drakx-backup-do-not-use-6780926e3315c989d61044e4c71e3fee4ad73a2f.zip
ensure "common" is imported to have N()
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-xperl-install/standalone/draksplash2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash
index 3618ab6d0..8455e8d74 100755
--- a/perl-install/standalone/draksplash
+++ b/perl-install/standalone/draksplash
@@ -2,7 +2,7 @@
use lib qw(/usr/lib/libDrakX);
use standalone;
-use MDK::Common;
+use common;
use Gtk;
use interactive;
use ugtk qw(:helpers :wrappers);