hgext/remotefilelog/basepack.py
changeset 40526 1419f780207c
parent 40506 10c10da14c5d
child 40611 5e3b3f88c2e4
--- a/hgext/remotefilelog/basepack.py	Mon Nov 05 17:37:37 2018 -0500
+++ b/hgext/remotefilelog/basepack.py	Mon Nov 05 17:48:23 2018 -0500
@@ -512,8 +512,8 @@
         self.idxfp.write(struct.pack('!BB', self.VERSION, config))
 
 class indexparams(object):
-    __slots__ = ('fanoutprefix', 'fanoutstruct', 'fanoutcount', 'fanoutsize',
-                 'indexstart')
+    __slots__ = (r'fanoutprefix', r'fanoutstruct', r'fanoutcount',
+                 r'fanoutsize', r'indexstart')
 
     def __init__(self, prefixsize, version):
         self.fanoutprefix = prefixsize