diff hgext/transplant.py @ 6212:e75aab656f46

Remove unused imports
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:41 +0100
parents 126f527b3ba3
children f67d1468ac50
line wrap: on
line diff
--- a/hgext/transplant.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/hgext/transplant.py	Thu Mar 06 22:23:41 2008 +0100
@@ -7,7 +7,7 @@
 
 from mercurial.i18n import _
 import os, tempfile
-from mercurial import bundlerepo, changegroup, cmdutil, commands, hg, merge
+from mercurial import bundlerepo, changegroup, cmdutil, hg, merge
 from mercurial import patch, revlog, util
 
 '''patch transplanting tool