##// END OF EJS Templates
ssh: drop some old imports
Matt Mackall -
r11596:47ca289a default
parent child Browse files
Show More
@@ -5,10 +5,9 b''
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
7
7
8 from node import bin, hex
9 from i18n import _
8 from i18n import _
10 import repo, util, error, encoding, wireproto
9 import repo, util, error, wireproto
11 import re, urllib
10 import re
12
11
13 class remotelock(object):
12 class remotelock(object):
14 def __init__(self, repo):
13 def __init__(self, repo):
@@ -7,9 +7,8 b''
7 # GNU General Public License version 2 or any later version.
7 # GNU General Public License version 2 or any later version.
8
8
9 from i18n import _
9 from i18n import _
10 from node import bin, hex
10 import util, hook, wireproto
11 import streamclone, util, hook, pushkey, wireproto
11 import os, sys
12 import os, sys, tempfile, urllib, copy
13
12
14 class sshserver(object):
13 class sshserver(object):
15 def __init__(self, ui, repo):
14 def __init__(self, ui, repo):
General Comments 0
You need to be logged in to leave comments. Login now