summaryrefslogtreecommitdiffstats
path: root/gurpmi
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-21 07:28:03 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-21 07:28:03 +0000
commited8fffb6662279214d6fe4743fcd8d71a8a25122 (patch)
tree23031620e330ef1618f895a42ae95bffdab487b9 /gurpmi
parentab61a79d89289c7a593e2df9b479f2542f721e88 (diff)
downloadurpmi-ed8fffb6662279214d6fe4743fcd8d71a8a25122.tar
urpmi-ed8fffb6662279214d6fe4743fcd8d71a8a25122.tar.gz
urpmi-ed8fffb6662279214d6fe4743fcd8d71a8a25122.tar.bz2
urpmi-ed8fffb6662279214d6fe4743fcd8d71a8a25122.tar.xz
urpmi-ed8fffb6662279214d6fe4743fcd8d71a8a25122.zip
only a couple func really are needed
Diffstat (limited to 'gurpmi')
-rwxr-xr-xgurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi b/gurpmi
index f44bf66f..fd07c35f 100755
--- a/gurpmi
+++ b/gurpmi
@@ -12,7 +12,7 @@ BEGIN { #- set up a safe path and environment
use Gtk2;
use gurpmi;
-use urpm::util;
+use urpm::util 'basename';
# For other distros w/o exception support:
eval { Glib->enable_exceptions2 };