mercurial/remoterepo.py
changeset 2612 ffb895f16925
parent 2484 eabcda3ed0dd
child 2859 345bac2bc4ec
--- a/mercurial/remoterepo.py	Thu Jul 13 09:50:51 2006 -0700
+++ b/mercurial/remoterepo.py	Fri Jul 14 11:17:22 2006 -0700
@@ -5,7 +5,9 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-class remoterepository(object):
+import repo
+
+class remoterepository(repo.repository):
     def dev(self):
         return -1