extended documentation about dependencies

`dig` command line tool is required for this module to be loaded (see `__virtual__()`)
This commit is contained in:
Alexander Schwartz 2015-07-14 21:40:56 +02:00
parent 4d929071e1
commit 287f8f76e3

View file

@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
'''
Compendium of generic DNS utilities
Compendium of generic DNS utilities.
You'll need to have the `dig` command line tool installed in order
to use this module.
'''
from __future__ import absolute_import