Fix sshrepo imports

This commit is contained in:
mpm@selenic.com 2005-08-27 16:40:24 -07:00
parent e6e4ecb803
commit 81de2b609e

View File

@ -6,6 +6,8 @@
# of the GNU General Public License, incorporated herein by reference.
import os, re, select
from node import *
from remoterepo import *
class sshrepository(remoterepository):
def __init__(self, ui, path):