diff options
Diffstat (limited to 'urpm/removable.pm')
-rw-r--r-- | urpm/removable.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/removable.pm b/urpm/removable.pm index a157d86b..7da3d687 100644 --- a/urpm/removable.pm +++ b/urpm/removable.pm @@ -5,7 +5,7 @@ package urpm::removable; use strict; use urpm::msg; use urpm::sys; -use urpm::util; +use urpm::util 'reduce_pathname'; use urpm 'file_from_local_medium'; |