From da97de6bc75e9606a536d87d5b3c7b93ba83af12 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 22 May 2016 22:02:36 +0200 Subject: Caching resolver; DOESN'T work. Should remove this. --- project2/proj2_s4498062/dns_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project2/proj2_s4498062/dns_client.py') diff --git a/project2/proj2_s4498062/dns_client.py b/project2/proj2_s4498062/dns_client.py index b78c7ee..ecc3f3d 100755 --- a/project2/proj2_s4498062/dns_client.py +++ b/project2/proj2_s4498062/dns_client.py @@ -6,6 +6,7 @@ A simple example of a client using the DNS resolver. import dns.resolver + def main(): """Run the client""" # Parse arguments @@ -31,4 +32,3 @@ def main(): if __name__ == "__main__": main() - -- cgit v1.2.3