mercurial/sshserver.py
changeset 12062 c327bfa5e831
parent 11625 cdeb861335d5
child 12337 6a6149487817
equal deleted inserted replaced
12061:f7557345b199 12062:c327bfa5e831
     4 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     4 # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
     5 #
     5 #
     6 # This software may be used and distributed according to the terms of the
     6 # This software may be used and distributed according to the terms of the
     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 _
       
    10 import util, hook, wireproto
     9 import util, hook, wireproto
    11 import os, sys
    10 import os, sys
    12 
    11 
    13 class sshserver(object):
    12 class sshserver(object):
    14     def __init__(self, ui, repo):
    13     def __init__(self, ui, repo):