mercurial/wireprotov1peer.py
changeset 43087 66f2cc210a29
parent 43077 687b865b95ad
child 43089 c59eb1560c44
--- a/mercurial/wireprotov1peer.py	Sun Oct 06 14:51:45 2019 -0400
+++ b/mercurial/wireprotov1peer.py	Sun Oct 06 14:58:42 2019 -0400
@@ -13,6 +13,7 @@
 
 from .i18n import _
 from .node import bin
+from .pycompat import setattr
 from . import (
     bundle2,
     changegroup as changegroupmod,