mercurial/chgserver.py
changeset 43087 66f2cc210a29
parent 43077 687b865b95ad
child 43089 c59eb1560c44
--- a/mercurial/chgserver.py	Sun Oct 06 14:51:45 2019 -0400
+++ b/mercurial/chgserver.py	Sun Oct 06 14:58:42 2019 -0400
@@ -51,6 +51,7 @@
 import time
 
 from .i18n import _
+from .pycompat import setattr
 
 from . import (
     commandserver,