X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=djbdns%2Fio.py;h=7af36a0233949b70039a1e76f1f7042607d66d46;hb=10dae9a1381fae23e83040adff92ecbb00693db2;hp=1e41470452a30e4c56438ff2ab1ea84a210b0566;hpb=3a5a400178399afcbc3051df860231f3c4cf4ff7;p=djbdns-logparse.git diff --git a/djbdns/io.py b/djbdns/io.py index 1e41470..7af36a0 100644 --- a/djbdns/io.py +++ b/djbdns/io.py @@ -1,3 +1,7 @@ +r""" +Functions that perform input/output. This forms a layer between the +executable itself and the more libraryish modules. +""" from subprocess import Popen, PIPE from typing import TextIO from djbdns.dnscache import handle_dnscache_log