mercurial/vfs.py
changeset 43090 1f339b503a40
parent 43089 c59eb1560c44
child 43117 8ff1ecfadcd1
--- a/mercurial/vfs.py	Sun Oct 06 16:55:18 2019 -0400
+++ b/mercurial/vfs.py	Sun Oct 06 16:58:55 2019 -0400
@@ -15,6 +15,7 @@
 
 from .i18n import _
 from .pycompat import (
+    delattr,
     getattr,
     setattr,
 )