diff options
author | João Victor Duarte Martins <jvictor@mandriva.com> | 2010-05-17 18:34:17 +0000 |
---|---|---|
committer | João Victor Duarte Martins <jvictor@mandriva.com> | 2010-05-17 18:34:17 +0000 |
commit | d62aa3737da4eaecb1dbd6fc42c3a268edddf024 (patch) | |
tree | 116150bd859f065eb3683600c4869d8802503027 /mdkapplet-add-media-helper | |
parent | f0f5f655a71276b284542663b5e04f56b4d4b9cc (diff) | |
download | mgaonline-d62aa3737da4eaecb1dbd6fc42c3a268edddf024.tar mgaonline-d62aa3737da4eaecb1dbd6fc42c3a268edddf024.tar.gz mgaonline-d62aa3737da4eaecb1dbd6fc42c3a268edddf024.tar.bz2 mgaonline-d62aa3737da4eaecb1dbd6fc42c3a268edddf024.tar.xz mgaonline-d62aa3737da4eaecb1dbd6fc42c3a268edddf024.zip |
* mdkonline.pm: added missing use statement.
Diffstat (limited to 'mdkapplet-add-media-helper')
-rwxr-xr-x | mdkapplet-add-media-helper | 1 |
1 files changed, 0 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; |