mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-30 20:50:27 +00:00
8 lines
170 B
Python
8 lines
170 B
Python
|
|
# -*- coding: iso-8859-1 -*-
|
||
|
|
"""
|
||
|
|
a simple wrapper for Dan Bernstein's ftpparse library. for more
|
||
|
|
information on the library, see:
|
||
|
|
|
||
|
|
http://cr.yp.to/ftpparse.html
|
||
|
|
"""
|