mercurial/util.py
changeset 30038 42ead5b3aa7b
parent 30036 3f4e1c033f40
child 30039 ff7697b436ab
--- a/mercurial/util.py	Sat Oct 01 15:10:38 2016 -0400
+++ b/mercurial/util.py	Sun Oct 02 03:38:14 2016 +0530
@@ -561,7 +561,7 @@
     Holds a reference to nodes on either side as well as a key-value
     pair for the dictionary entry.
     """
-    __slots__ = ('next', 'prev', 'key', 'value')
+    __slots__ = (u'next', u'prev', u'key', u'value')
 
     def __init__(self):
         self.next = None