]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
import random in dns.renderer
authorBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:22:58 +0000 (05:22 +0000)
committerBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:22:58 +0000 (05:22 +0000)
Original author: Bob Halley <halley@dnspython.org>
Date: 2004-07-31 06:09:32

dns/renderer.py

index b8f433a1ff6d28797462f1f7cae0ea9934b7d670..d563973b62510976993d7e73ccccf4b9e07e4461 100644 (file)
@@ -19,6 +19,7 @@
 
 import cStringIO
 import struct
+import random
 import time
 
 import dns.exception