diff hgext/convert/darcs.py @ 14139:4e5a36eeefd1

remove unused imports
author timeless <timeless@mozdev.org>
date Sun, 01 May 2011 15:21:57 +0200
parents 89df79b3c011
children 135e244776f0
line wrap: on
line diff
--- a/hgext/convert/darcs.py	Sat Apr 30 23:27:00 2011 +0200
+++ b/hgext/convert/darcs.py	Sun May 01 15:21:57 2011 +0200
@@ -7,7 +7,7 @@
 
 from common import NoRepo, checktool, commandline, commit, converter_source
 from mercurial.i18n import _
-from mercurial import encoding, util
+from mercurial import util
 import os, shutil, tempfile, re
 
 # The naming drift of ElementTree is fun!