summaryrefslogtreecommitdiffstats
path: root/urpm/parallel_ka_run.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-07-09 22:33:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-07-09 22:33:02 +0000
commitfe66c0ff9b63a02eb65dabeafe2156f1509dcdae (patch)
treedb2f369569cefe18e5191cc7f0d9154bf42cea44 /urpm/parallel_ka_run.pm
parentd6b28cdfb93d8c1a9a43093396a0d4dc9ed17482 (diff)
downloadurpmi-fe66c0ff9b63a02eb65dabeafe2156f1509dcdae.tar
urpmi-fe66c0ff9b63a02eb65dabeafe2156f1509dcdae.tar.gz
urpmi-fe66c0ff9b63a02eb65dabeafe2156f1509dcdae.tar.bz2
urpmi-fe66c0ff9b63a02eb65dabeafe2156f1509dcdae.tar.xz
urpmi-fe66c0ff9b63a02eb65dabeafe2156f1509dcdae.zip
introduce inheritance
Diffstat (limited to 'urpm/parallel_ka_run.pm')
-rw-r--r--urpm/parallel_ka_run.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/parallel_ka_run.pm b/urpm/parallel_ka_run.pm
index 93c79e71..151016d2 100644
--- a/urpm/parallel_ka_run.pm
+++ b/urpm/parallel_ka_run.pm
@@ -10,7 +10,7 @@ use urpm::util;
use urpm::msg;
use urpm::parallel;
-our @ISA = (); #- help perl_checker
+our @ISA = 'urpm::parallel';
(our $VERSION) = q($Revision$) =~ /(\d+)/;
our $mput_command = $ENV{URPMI_MPUT_COMMAND};