##// END OF EJS Templates
Fix sshrepo imports
mpm@selenic.com -
r1103:808a9f0e default
parent child Browse files
Show More
@@ -6,6 +6,8 b''
6 # of the GNU General Public License, incorporated herein by reference.
6 # of the GNU General Public License, incorporated herein by reference.
7
7
8 import os, re, select
8 import os, re, select
9 from node import *
10 from remoterepo import *
9
11
10 class sshrepository(remoterepository):
12 class sshrepository(remoterepository):
11 def __init__(self, ui, path):
13 def __init__(self, ui, path):
General Comments 0
You need to be logged in to leave comments. Login now