Update dig.py

This commit is contained in:
Alexander Schwartz 2015-07-14 22:11:49 +02:00
parent 287f8f76e3
commit 3cd194ebaf

View file

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