X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=djbdns%2Ftinydns.py;h=0b60a512983e29992482aa45bb9d577a5a772589;hb=36a54466cf29666e492b48c4308d159d5cfcb11a;hp=2d9741ed8cf92765afbb9d602fc837de6b1a69e5;hpb=49ee5a403cafc02a8e398c840b9bbc4c9d9e0f72;p=djbdns-logparse.git diff --git a/djbdns/tinydns.py b/djbdns/tinydns.py index 2d9741e..0b60a51 100644 --- a/djbdns/tinydns.py +++ b/djbdns/tinydns.py @@ -1,3 +1,6 @@ +r""" +Functions and data specific to tinydns logs. +""" # Don't clobber the global compile() with a named import. import re