summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkapplet-add-media-helper1
-rw-r--r--mdkonline.pm1
2 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-add-media-helper b/mdkapplet-add-media-helper
index df20d12a..3f0a4e17 100755
--- a/mdkapplet-add-media-helper
+++ b/mdkapplet-add-media-helper
@@ -34,7 +34,6 @@ use mdkapplet_gui;
use urpm::cfg;
use XML::Simple;
-use LWP::UserAgent;
use HTTP::Request::Common;
use HTTP::Request;
diff --git a/mdkonline.pm b/mdkonline.pm
index 86f9e19d..56f5b560 100644
--- a/mdkonline.pm
+++ b/mdkonline.pm
@@ -29,6 +29,7 @@ use lib qw(/usr/lib/libDrakX);
use common;
use ugtk2;
+use LWP::UserAgent;
use URI::Escape;
our @ISA = qw(Exporter);