We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f04b9 commit e16f280Copy full SHA for e16f280
1 file changed
fs/tests/test_ftpfs.py
@@ -21,7 +21,7 @@
21
from pyftpdlib.servers import FTPServer
22
except ImportError:
23
if not PY3:
24
- raise ImportError("Requires pyftpdlib <http://code.google.com/p/pyftpdlib/>")
+ raise ImportError("Requires pyftpdlib <https://github.com/giampaolo/pyftpdlib>")
25
26
from fs.path import *
27
0 commit comments