equal
deleted
inserted
replaced
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): |