]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commitdiff
djbdns/{dnscache,tinydns}.py: explicit imports from djbdns.common.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 22 Sep 2022 01:44:59 +0000 (21:44 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 22 Sep 2022 01:44:59 +0000 (21:44 -0400)
djbdns/dnscache.py
djbdns/tinydns.py

index 7fed987195c3d39b466512a57258f6b28411d818..a67060bb545ed0d57dbb5ab7da6345e9dc7a2fe3 100644 (file)
@@ -2,7 +2,7 @@
 import re
 
 from typing import Optional
-from djbdns.common import *
+from djbdns.common import convert_ip, query_type_name, timestamp_pat
 
 # The regex to match dnscache log lines.
 dnscache_log_re = re.compile(fr'({timestamp_pat}) (\w+)(.*)')
index d647156f7b03bec45ac23a5605dc868e31d4d942..5c4275e5d74189ae61a86c7a142e4c5c8a5b9406 100644 (file)
@@ -2,7 +2,7 @@
 import re
 
 from typing import Optional
-from djbdns.common import *
+from djbdns.common import convert_ip, query_type_name, timestamp_pat
 
 # The "hex4" pattern matches a string of four hexadecimal digits. This
 # is used, for example, by tinydns to encode the query type