changeset 28671:96ed01f6514b

convert: delete unused imports in git.py As reported by pyflakes
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 29 Mar 2016 10:49:33 -0700
parents ff0d3b6b287f
children ca4896110011
files hgext/convert/git.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/convert/git.py	Tue Mar 29 12:29:00 2016 -0500
+++ b/hgext/convert/git.py	Tue Mar 29 10:49:33 2016 -0700
@@ -7,12 +7,10 @@
 from __future__ import absolute_import
 
 import os
-import subprocess
 from mercurial import (
     config,
     error,
     node as nodemod,
-    util,
 )
 from mercurial.i18n import _