summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2016-01-06 13:11:40 +0000
committerAndrew Scheller <github@loowis.durge.org>2016-01-06 13:11:40 +0000
commitf5f04b967015d103df8d53dd1b0c82d943a5345e (patch)
treefca1cac444678b752d9b2588b90c42c2fda9aff4
parent3bdafb5fe3e6551ce903caea1570cd88cc8edaca (diff)
downloadpyfilesystem-git-f5f04b967015d103df8d53dd1b0c82d943a5345e.tar.gz
Update GoogleCode URL
-rw-r--r--fs/expose/fuse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/expose/fuse/__init__.py b/fs/expose/fuse/__init__.py
index ed75033..60614be 100644
--- a/fs/expose/fuse/__init__.py
+++ b/fs/expose/fuse/__init__.py
@@ -41,7 +41,7 @@ to subprocess.Popen::
The binding to FUSE is created via ctypes, using a custom version of the
fuse.py code from Giorgos Verigakis:
- http://code.google.com/p/fusepy/
+ https://github.com/terencehonles/fusepy
"""