Add docstring to new script

This commit is contained in:
Lamar Pavel 2015-10-20 03:28:27 +02:00
parent 6ebb37aa17
commit 332df99a77

View File

@ -1,4 +1,11 @@
#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
"""Fetch list of popular user-agents.
The script is based on a gist posted by github.com/averrin, the ouput of this
script is formatted to be pasted into configtypes.py.
"""
import requests
from lxml import html