diff mercurial/sshserver.py @ 12062:c327bfa5e831

cleanup: remove unused imports
author Brodie Rao <brodie@bitheap.org>
date Fri, 27 Aug 2010 13:32:38 -0400
parents cdeb861335d5
children 6a6149487817
line wrap: on
line diff
--- a/mercurial/sshserver.py	Fri Aug 27 13:18:25 2010 +0200
+++ b/mercurial/sshserver.py	Fri Aug 27 13:32:38 2010 -0400
@@ -6,7 +6,6 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-from i18n import _
 import util, hook, wireproto
 import os, sys