aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Rpmdragora/icon.pm
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-12-03 22:15:13 +0100
committerAngelo Naselli <anaselli@linux.it>2014-12-03 22:15:13 +0100
commit724e64f07bcdce36529949f525a05038529b7965 (patch)
treeb154ad3718057c0d75b3a95487d230ebfe5f6be5 /lib/AdminPanel/Rpmdragora/icon.pm
parent765fc307767d8dabc19c8e76759c7c0b30e01e95 (diff)
downloadmanatools-724e64f07bcdce36529949f525a05038529b7965.tar
manatools-724e64f07bcdce36529949f525a05038529b7965.tar.gz
manatools-724e64f07bcdce36529949f525a05038529b7965.tar.bz2
manatools-724e64f07bcdce36529949f525a05038529b7965.tar.xz
manatools-724e64f07bcdce36529949f525a05038529b7965.zip
Removed drakx common dependency
Diffstat (limited to 'lib/AdminPanel/Rpmdragora/icon.pm')
-rw-r--r--lib/AdminPanel/Rpmdragora/icon.pm9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/AdminPanel/Rpmdragora/icon.pm b/lib/AdminPanel/Rpmdragora/icon.pm
index 282555de..b4a97c09 100644
--- a/lib/AdminPanel/Rpmdragora/icon.pm
+++ b/lib/AdminPanel/Rpmdragora/icon.pm
@@ -25,17 +25,16 @@ package AdminPanel::Rpmdragora::icon;
# $Id: icon.pm 237459 2008-02-26 14:20:47Z tv $
use strict;
-our @ISA = qw(Exporter);
-use lib qw(/usr/lib/libDrakX);
-use POSIX;
-use common;
+use POSIX qw (isdigit);
use AdminPanel::rpmdragora;
use AdminPanel::Shared::Locales;
my $loc = AdminPanel::rpmdragora::locale();
-our @EXPORT = qw(get_icon_path);
+use Exporter;
+our @ISA = qw(Exporter);
+our @EXPORT_OK = qw(get_icon_path);
#- /usr/share/rpmlint/config (duplicates are normal, so that we are not too far away from .py)
my %group_icons = (
$loc->N("All") => 'system_section',