mercurial/util.py
changeset 41831 ae189674bdad
parent 41384 b141b5243b37
child 41834 7f63ec6969f3
--- a/mercurial/util.py	Thu Feb 28 07:45:51 2019 -0800
+++ b/mercurial/util.py	Sat Mar 02 12:51:04 2019 -0800
@@ -1216,7 +1216,7 @@
     Holds a reference to nodes on either side as well as a key-value
     pair for the dictionary entry.
     """
-    __slots__ = (u'next', u'prev', u'key', u'value', u'cost')
+    __slots__ = (r'next', r'prev', r'key', r'value', r'cost')
 
     def __init__(self):
         self.next = None