Skip to content

Commit e16f280

Browse files
committed
Update GoogleCode URL
1 parent f5f04b9 commit e16f280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/tests/test_ftpfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from pyftpdlib.servers import FTPServer
2222
except ImportError:
2323
if not PY3:
24-
raise ImportError("Requires pyftpdlib <http://code.google.com/p/pyftpdlib/>")
24+
raise ImportError("Requires pyftpdlib <https://github.com/giampaolo/pyftpdlib>")
2525

2626
from fs.path import *
2727

0 commit comments

Comments
 (0)