diff mercurial/util.py @ 43090:1f339b503a40

py3: manually import pycompat.delattr where it is needed And with this change, we no longer need the auto-inserted import statement in the source transformer, so it has been removed! Differential Revision: https://phab.mercurial-scm.org/D7010
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 06 Oct 2019 16:58:55 -0400
parents c59eb1560c44
children c95b2f40db7c
line wrap: on
line diff
--- a/mercurial/util.py	Sun Oct 06 16:55:18 2019 -0400
+++ b/mercurial/util.py	Sun Oct 06 16:58:55 2019 -0400
@@ -36,6 +36,7 @@
 
 from .thirdparty import attr
 from .pycompat import (
+    delattr,
     getattr,
     open,
     setattr,