From ca0096ebdb3e1d058a1324dcd5d23b30f2109c68 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 6 Jan 2016 13:01:27 +0000 Subject: Update GoogleCode URL --- docs/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.rst b/docs/introduction.rst index 6d6c665..affa880 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -29,7 +29,7 @@ If you have any problems or questions, please contact the developers through one Bugs #### -If you find a bug in PyFilesystem, please file an issue: http://code.google.com/p/pyfilesystem/issues/list +If you find a bug in PyFilesystem, please file an issue: https://github.com/PyFilesystem/pyfilesystem/issues Discussion Group ################ -- cgit v1.2.1 From 3bdafb5fe3e6551ce903caea1570cd88cc8edaca Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 6 Jan 2016 13:07:24 +0000 Subject: Update GoogleCode URL --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index df2eff3..1e8c013 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -41,7 +41,7 @@ Prerequisites PyFilesystem requires at least **Python 2.6**. There are a few other dependencies if you want to use some of the more advanced filesystem interfaces, but for basic use all that is needed is the Python standard library. - * Boto (required for :mod:`fs.s3fs`) http://code.google.com/p/boto/ + * Boto (required for :mod:`fs.s3fs`) https://github.com/boto/boto * Paramiko (required for :class:`fs.ftpfs.FTPFS`) http://www.lag.net/paramiko/ * wxPython (required for :mod:`fs.browsewin`) http://www.wxpython.org/ -- cgit v1.2.1 From f5f04b967015d103df8d53dd1b0c82d943a5345e Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 6 Jan 2016 13:11:40 +0000 Subject: Update GoogleCode URL --- fs/expose/fuse/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ -- cgit v1.2.1 From e16f280c0ff70426facc874384a23b95ec756241 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 6 Jan 2016 13:14:44 +0000 Subject: Update GoogleCode URL --- fs/tests/test_ftpfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/tests/test_ftpfs.py b/fs/tests/test_ftpfs.py index d37e5df..a9cd0b5 100644 --- a/fs/tests/test_ftpfs.py +++ b/fs/tests/test_ftpfs.py @@ -21,7 +21,7 @@ try: from pyftpdlib.servers import FTPServer except ImportError: if not PY3: - raise ImportError("Requires pyftpdlib ") + raise ImportError("Requires pyftpdlib ") from fs.path import * -- cgit v1.2.1