]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
message.py needs to import dns.edns
authorBob Halley <halley@nominum.com>
Sun, 17 Oct 2010 14:33:10 +0000 (15:33 +0100)
committerBob Halley <halley@nominum.com>
Sun, 17 Oct 2010 14:33:10 +0000 (15:33 +0100)
ChangeLog
dns/message.py

index 5e6106e3bce8277fdd2429f326efb0681e8f17d1..b987d16288f852d61ceaf1f1eb0889aa48af3773 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-17  Bob Halley  <halley@dnspython.org> 
+
+       * dns/message.py: message.py needs to import dns.edns since it uses
+         it.
+
 2010-05-04  Bob Halley  <halley@dnspython.org>
 
        * dns/rrset.py (RRset.__init__): "covers" was not passed to the
index ba0ebf65f14c7b8966fda39e35462b838f29c2be..a97c4cf70177174ae45c50f3bc4aa8e05fb473ce 100644 (file)
@@ -21,6 +21,7 @@ import struct
 import sys
 import time
 
+import dns.edns
 import dns.exception
 import dns.flags
 import dns.name