changeset 1103:808a9f0e7af0

Fix sshrepo imports
author mpm@selenic.com
date Sat, 27 Aug 2005 16:40:24 -0700
parents c81d264cd17d
children 98988cc3723a
files mercurial/sshrepo.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/sshrepo.py	Sat Aug 27 16:34:54 2005 -0700
+++ b/mercurial/sshrepo.py	Sat Aug 27 16:40:24 2005 -0700
@@ -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):