summaryrefslogtreecommitdiff
path: root/fs/tests/test_ftpfs.py
diff options
context:
space:
mode:
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 *