Commit graph

9 commits

Author SHA1 Message Date
Stavros Korokithakis 8d1ae6308a Merge pull request #5 from gtristan/fix-link-parameters
Fix reversed parameters in link() and symlink() implementations.
2017-06-11 14:57:07 +03:00
Tristan Van Berkom 2c7956c739 Fix reversed parameters in link() and symlink() implementations.
Yes, it is a bit strange how fusepy reverses these parameters when
calling into the Operations object, but they are indeed reversed.

This patch fixes the example to work correctly when symlinking
or linking in the passthrough.
2017-06-11 20:53:33 +09:00
Stavros Korokithakis a01a80b91c Merge pull request #3 from ava-dylang/patch-1
Create requirements.txt
2017-01-11 19:24:00 +02:00
Dylan Grafmyre acd1a2cd58 Update requirements.txt 2017-01-11 09:18:40 -08:00
Dylan Grafmyre f2f55204d9 Create requirements.txt 2017-01-11 09:17:52 -08:00
Stavros Korokithakis c4d2ec0fa2 Merge pull request #1 from thobianchi/master
avoid collision with fusepy package name
2017-01-10 01:42:46 +02:00
Thomas Bianchi 9a9de8b314 avoid collision with fusepy package name 2016-04-14 17:28:20 +02:00
Stavros Korokithakis 581053d6b6
Add fuse.py. 2016-04-11 01:40:01 +03:00
Stavros Korokithakis c089a35ce0 Initial commit 2016-04-11 01:38:25 +03:00