1
0
mirror of https://github.com/git/git.git synced 2024-09-25 08:43:05 +02:00
git/contrib/hg-to-git
Miklos Vajna b0c051d1a0 hg-to-git: don't import the unused popen2 module
Importing the popen2 module in Python-2.6 results in the
"DeprecationWarning: The popen2 module is deprecated.  Use the
subprocess module." message. The module itself isn't used in fact, so
just removing it solves the problem.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-08-04 15:20:45 -07:00
..
hg-to-git.py hg-to-git: don't import the unused popen2 module 2009-08-04 15:20:45 -07:00
hg-to-git.txt