summaryrefslogtreecommitdiffstats
path: root/urpm/media.pm
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-05-11 13:17:33 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-05-11 13:17:33 +0000
commit308450a88d07ad4714035856d23a6fa34793d309 (patch)
tree851d6bddb28eb7048d9f94e9494366d39a0c10f6 /urpm/media.pm
parent639e9166068b74cdc0642f6c521839e50f505b65 (diff)
downloadurpmi-308450a88d07ad4714035856d23a6fa34793d309.tar
urpmi-308450a88d07ad4714035856d23a6fa34793d309.tar.gz
urpmi-308450a88d07ad4714035856d23a6fa34793d309.tar.bz2
urpmi-308450a88d07ad4714035856d23a6fa34793d309.tar.xz
urpmi-308450a88d07ad4714035856d23a6fa34793d309.zip
- add md5sum module, as it is used later. It is cleaner to delcare what module are used instead
of relying on others modules to load it. This also prevent some loop and warnings.
Diffstat (limited to 'urpm/media.pm')
-rw-r--r--urpm/media.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/media.pm b/urpm/media.pm
index e66330b8..d6ce288d 100644
--- a/urpm/media.pm
+++ b/urpm/media.pm
@@ -8,6 +8,7 @@ use urpm::msg;
use urpm::util;
use urpm::removable;
use urpm::lock;
+use urpm::md5sum;
use MDV::Distribconf;