mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-02-12 11:12:09 +00:00
13 lines
469 B
Text
13 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 :-(
|