summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/printerdrake
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/printerdrake
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/printerdrake')
-rwxr-xr-xperl-install/standalone/printerdrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake
index 8be3a7907..19770d97f 100755
--- a/perl-install/standalone/printerdrake
+++ b/perl-install/standalone/printerdrake
@@ -25,6 +25,7 @@ use standalone; #- warning, standalone must be loaded very first, for 'expla
use interactive;
use printerdrake;
use printer;
+use common;
use c;
local $_ = join '', @ARGV;