summaryrefslogtreecommitdiffstats
path: root/urpm/media.pm
diff options
context:
space:
mode:
authorMichael Scherer <misc@mandriva.org>2010-01-22 12:13:47 +0000
committerMichael Scherer <misc@mandriva.org>2010-01-22 12:13:47 +0000
commitcfa27982fbdb1caea74c58b4ef5f939e39afdc8f (patch)
tree75fbe9d5b95bbd240f1e9e8a25456472a803f267 /urpm/media.pm
parentcd8762ae5311e6de67993ee6e826a7b43f377b7f (diff)
downloadurpmi-cfa27982fbdb1caea74c58b4ef5f939e39afdc8f.tar
urpmi-cfa27982fbdb1caea74c58b4ef5f939e39afdc8f.tar.gz
urpmi-cfa27982fbdb1caea74c58b4ef5f939e39afdc8f.tar.bz2
urpmi-cfa27982fbdb1caea74c58b4ef5f939e39afdc8f.tar.xz
urpmi-cfa27982fbdb1caea74c58b4ef5f939e39afdc8f.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 3274b742..ecec63e4 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;