Fix sshrepo imports
authormpm@selenic.com
Sat, 27 Aug 2005 16:40:24 -0700
changeset 1103 808a9f0e7af0
parent 1102 c81d264cd17d
child 1104 98988cc3723a
Fix sshrepo imports
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):