tests/test-import-git.t
changeset 36025 32695e525586
parent 35393 4441705b7111
child 38080 0a10f142299d
--- a/tests/test-import-git.t	Sun Feb 11 17:08:40 2018 +0530
+++ b/tests/test-import-git.t	Sun Feb 11 17:09:37 2018 +0530
@@ -563,10 +563,10 @@
   > Mc$`b*O5$Pw00T?_*Z=?k
   > 
   > EOF
-  >>> fp = file('binary.diff', 'rb')
+  >>> fp = open('binary.diff', 'rb')
   >>> data = fp.read()
   >>> fp.close()
-  >>> file('binary.diff', 'wb').write(data.replace('\n', '\r\n'))
+  >>> open('binary.diff', 'wb').write(data.replace(b'\n', b'\r\n'))
   $ rm binary2
   $ hg import --no-commit binary.diff
   applying binary.diff