X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=bin%2Fdjbdns-logparse.py;h=4f440d2a2ddee4450e627842601ebc69b7a58e4d;hb=f957156b377906649ad8cda1b56e806a4cf5bcb3;hp=2a7f6cab5bb4a1f4411d8de82c9ac88db46c0be4;hpb=f035bb9069431e0364a2dfd326e2787297a05cae;p=djbdns-logparse.git diff --git a/bin/djbdns-logparse.py b/bin/djbdns-logparse.py index 2a7f6ca..4f440d2 100755 --- a/bin/djbdns-logparse.py +++ b/bin/djbdns-logparse.py @@ -5,8 +5,6 @@ Convert tinydns and dnscache logs to human-readable form import re, typing from struct import pack -from time import strftime, gmtime - ## Regular expressions for matching tinydns/dnscache log lines. We ## compile these once here rather than within the corresponding