1
0
Fork 0
mirror of https://github.com/SlavikMIPT/tgcloud.git synced 2025-02-12 11:12:09 +00:00
tgcloud/dedupfs/NOTES
Вячеслав Баженов 4d66c44764 dedupfs added
2019-06-14 12:51:59 +03:00

12 lines
469 B
Text

The included fuse.py module includes a single-line bug fix to the fuse.py file
included with Ubuntu's Python 2.6 package for the method Timespec.__init__():
480c480
< def __init__(self, name, **kw):
---
> def __init__(self, **kw):
During initial development I used the following resources:
- http://sf.net/apps/mediawiki/fuse/index.php?title=FUSE_Python_Reference
- http://linux.die.net/man/2/path_resolution
- /usr/include/fuse/fuse.h :-(