summaryrefslogtreecommitdiff
path: root/fs/tests/test_ftpfs.py
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2016-01-06 13:17:48 +0000
committerAndrew Scheller <github@loowis.durge.org>2016-01-06 13:17:48 +0000
commit191a54467a93cf9d497ce77b00d3e61f9ca28404 (patch)
tree73c002f4de94e3124b23d145067aa50bb2158876 /fs/tests/test_ftpfs.py
parent8e16e50c0f71a5fe604024483c9f16e5d20aa675 (diff)
parente16f280c0ff70426facc874384a23b95ec756241 (diff)
downloadpyfilesystem-git-191a54467a93cf9d497ce77b00d3e61f9ca28404.tar.gz
Merge pull request #235 from PyFilesystem/lurch-patch-1
Replace GoogleCode URLs
Diffstat (limited to 'fs/tests/test_ftpfs.py')
-rw-r--r--fs/tests/test_ftpfs.py2
1 files changed, 1 insertions, 1 deletions
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 <http://code.google.com/p/pyftpdlib/>")
+ raise ImportError("Requires pyftpdlib <https://github.com/giampaolo/pyftpdlib>")
from fs.path import *