hgext/sparse.py
changeset 43087 66f2cc210a29
parent 43077 687b865b95ad
child 43506 9f70512ae2cf
--- a/hgext/sparse.py	Sun Oct 06 14:51:45 2019 -0400
+++ b/hgext/sparse.py	Sun Oct 06 14:58:42 2019 -0400
@@ -74,6 +74,7 @@
 from __future__ import absolute_import
 
 from mercurial.i18n import _
+from mercurial.pycompat import setattr
 from mercurial import (
     commands,
     dirstate,