]> gitweb.michael.orlitzky.com - djbdns-logparse.git/blobdiff - djbdns/common.py
djbdns/*.py: don't clobber id() and type() built-ins.
[djbdns-logparse.git] / djbdns / common.py
index 138101141d12339640854684adc258ca5a803a12..06124bf2ef03135d7177b18787a61d8bf7ed31b0 100644 (file)
@@ -12,7 +12,7 @@ timestamp_pat = r'[\d-]+ [\d:\.]+'
 #
 # Note that mapping here is non-exhaustive, and that tinydns will
 # log responses for record types that it does not know about.
-query_type = {
+query_type_name = {
       1: "a",
       2: "ns",
       5: "cname",