diff hgext/convert/gnuarch.py @ 6212:e75aab656f46

Remove unused imports
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:41 +0100
parents 81a8667331e8
children f67d1468ac50
line wrap: on
line diff
--- a/hgext/convert/gnuarch.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/hgext/convert/gnuarch.py	Thu Mar 06 22:23:41 2008 +0100
@@ -1,6 +1,6 @@
 # GNU Arch support for the convert extension
 
-from common import NoRepo, checktool, commandline, commit, converter_source
+from common import NoRepo, commandline, commit, converter_source
 from mercurial.i18n import _
 from mercurial import util
 import os, shutil, tempfile, stat