summaryrefslogtreecommitdiffstats
path: root/gurpmi
diff options
context:
space:
mode:
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 };