Add util module docstring

This is mostly to silence pylint3 about it.
This commit is contained in:
T. Joseph Carter 2017-07-15 13:22:59 -07:00
parent 3eb8d7cade
commit 3238f05eae
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Util functions
This module serves as a catch-all generally for functions that don't seem to
belong somewhere else.
"""
from typing import Sequence, Iterator