# HG changeset patch # User mpm@selenic.com # Date 2005-08-27 23:40:24 # Node ID 808a9f0e7af037ea7f4dc12ef588a4aa9a8743f5 # Parent c81d264cd17d388cf0f27ed983fdda917901a438 Fix sshrepo imports diff --git a/mercurial/sshrepo.py b/mercurial/sshrepo.py --- a/mercurial/sshrepo.py +++ b/mercurial/sshrepo.py @@ -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):