aboutsummaryrefslogtreecommitdiff
path: root/rpki/adns.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-04-26 20:07:41 +0000
committerRob Austein <sra@hactrn.net>2016-04-26 20:07:41 +0000
commit01697787912f143ab2b9a938e33c73c9a8a9ae0b (patch)
tree8065ac9a88d697678de0ad68c13683c6c2f5dd69 /rpki/adns.py
parent1447a61b235699163f186ef689ca8eaf898ee478 (diff)
Further consolidation of config file parsing, command line parsing,
and logging setup. Most programs now use the unified mechanism, although there are still a few holdouts: the GUI, which is a special case because it has no command line, and the rpki-rtr program, which, for historical reasons has its own implementation of the logging setup infrastructure. svn path=/branches/tk705/; revision=6390
Diffstat (limited to 'rpki/adns.py')
-rw-r--r--rpki/adns.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpki/adns.py b/rpki/adns.py
index 365e9803..4f8cf7ea 100644
--- a/rpki/adns.py
+++ b/rpki/adns.py
@@ -335,7 +335,6 @@ class getaddrinfo(object):
if __name__ == "__main__":
- rpki.log.init("test-adns")
print "Some adns tests may take a minute or two, please be patient"
class test_getaddrinfo(object):