diff mercurial/sshserver.py @ 11596:47ca289a3a08

ssh: drop some old imports
author Matt Mackall <mpm@selenic.com>
date Thu, 15 Jul 2010 15:06:45 -0500
parents 67863f9d805f
children 83070a9cd526
line wrap: on
line diff
--- a/mercurial/sshserver.py	Thu Jul 15 15:05:04 2010 -0500
+++ b/mercurial/sshserver.py	Thu Jul 15 15:06:45 2010 -0500
@@ -7,9 +7,8 @@
 # GNU General Public License version 2 or any later version.
 
 from i18n import _
-from node import bin, hex
-import streamclone, util, hook, pushkey, wireproto
-import os, sys, tempfile, urllib, copy
+import util, hook, wireproto
+import os, sys
 
 class sshserver(object):
     def __init__(self, ui, repo):