python-fuse/example
Carl Drougge 80be99f817 Fix file write under Python 2 in xmp.py
I broke it with my locking fixes, apparently I only tested reading under
Python 2. (In Python 3 file.write returns the length, so I thought that
was true in Python 2 as well.) Sorry.
2021-02-18 20:21:25 +01:00
..
_find_fuse_parts.py Handle new Python 3 API 2018-02-17 14:42:49 +01:00
fioc.py use bytes objects for read and write data 2019-03-14 17:51:30 -05:00
hello.py use bytes objects for read and write data 2019-03-14 17:51:30 -05:00
xmp.py Fix file write under Python 2 in xmp.py 2021-02-18 20:21:25 +01:00