diff hgext/eol.py @ 12062:c327bfa5e831

cleanup: remove unused imports
author Brodie Rao <brodie@bitheap.org>
date Fri, 27 Aug 2010 13:32:38 -0400
parents 0bb67503ad4b
children 2ae4d6c31dcc
line wrap: on
line diff
--- a/hgext/eol.py	Fri Aug 27 13:18:25 2010 +0200
+++ b/hgext/eol.py	Fri Aug 27 13:32:38 2010 -0400
@@ -66,7 +66,7 @@
 """
 
 from mercurial.i18n import _
-from mercurial import util, config, extensions, commands, match, cmdutil
+from mercurial import util, config, extensions, match
 import re, os
 
 # Matches a lone LF, i.e., one that is not part of CRLF.