summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2016-01-06 13:14:44 +0000
committerAndrew Scheller <github@loowis.durge.org>2016-01-06 13:14:44 +0000
commite16f280c0ff70426facc874384a23b95ec756241 (patch)
tree73c002f4de94e3124b23d145067aa50bb2158876
parentf5f04b967015d103df8d53dd1b0c82d943a5345e (diff)
downloadpyfilesystem-git-e16f280c0ff70426facc874384a23b95ec756241.tar.gz
Update GoogleCode URL
-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 *