linkchecker/linkcheck/ftpparse/__init__.py

8 lines
170 B
Python
Raw Normal View History

# -*- 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
"""