importer: Add module docstring

This commit is contained in:
Florian Bruhin 2014-10-15 06:20:54 +02:00
parent ea332d65ea
commit 2874cdea22

View File

@ -18,6 +18,12 @@
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
"""Tool to import data from other browsers.
Currently only importing bookmarks from Chromium is supported.
"""
import argparse