diff options
author | Michael Scherer <misc@mandriva.org> | 2010-01-22 12:13:47 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.org> | 2010-01-22 12:13:47 +0000 |
commit | cfa27982fbdb1caea74c58b4ef5f939e39afdc8f (patch) | |
tree | 75fbe9d5b95bbd240f1e9e8a25456472a803f267 | |
parent | cd8762ae5311e6de67993ee6e826a7b43f377b7f (diff) | |
download | urpmi-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.
-rw-r--r-- | urpm/media.pm | 1 |
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; |