mercurial/cffi/bdiffbuild.py
branchstable
changeset 43668 53607fd3ec6c
parent 43077 687b865b95ad
child 48875 6000f5b25c9b
--- a/mercurial/cffi/bdiffbuild.py	Sat Nov 16 20:08:35 2019 +0100
+++ b/mercurial/cffi/bdiffbuild.py	Sun Nov 17 19:55:01 2019 +0100
@@ -5,10 +5,10 @@
 
 ffi = cffi.FFI()
 with open(
-    os.path.join(os.path.join(os.path.dirname(__file__), b'..'), b'bdiff.c')
+    os.path.join(os.path.join(os.path.dirname(__file__), '..'), 'bdiff.c')
 ) as f:
     ffi.set_source(
-        b"mercurial.cffi._bdiff", f.read(), include_dirs=[b'mercurial']
+        "mercurial.cffi._bdiff", f.read(), include_dirs=['mercurial']
     )
 ffi.cdef(
     """