Skip to content

Commit

Permalink
git-remote-mediawiki: remove import of unused open2
Browse files Browse the repository at this point in the history
Signed-off-by: Célestin Matte <celestin.matte@ensimag.fr>
Signed-off-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Célestin Matte authored and Junio C Hamano committed Jun 14, 2013
1 parent ee25ff2 commit 42e9192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/mw-to-git/git-remote-mediawiki.perl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
binmode STDOUT, ":encoding(UTF-8)";

use URI::Escape;
use IPC::Open2;

# Mediawiki filenames can contain forward slashes. This variable decides by which pattern they should be replaced
use constant SLASH_REPLACEMENT => "%2F";
Expand Down

0 comments on commit 42e9192

Please sign in to comment.