mercurial/wireprotov1peer.py
changeset 52496 e123c8a26a70
parent 52126 8b791764fc52
child 52497 61f70a6ab645
--- a/mercurial/wireprotov1peer.py	Wed Oct 23 15:58:32 2024 -0400
+++ b/mercurial/wireprotov1peer.py	Thu Oct 24 20:26:25 2024 -0400
@@ -107,8 +107,7 @@
         return self.result(timeout)
 
 
-# @interfaceutil.implementer(repository.ipeercommandexecutor)
-class peerexecutor:
+class peerexecutor(repository.ipeercommandexecutor):
     def __init__(self, peer):
         self._peer = peer
         self._sent = False