FS-3110 --comment-only phase 2

This commit is contained in:
Anthony Minessale
2011-03-24 16:44:22 -05:00
parent 0290bdc34a
commit 822ea8f654
243 changed files with 0 additions and 115797 deletions

View File

@@ -1,15 +0,0 @@
#!/usr/bin/python
import ldns
#Read zone from file
zone = ldns.ldns_zone.new_frm_fp(open("zone.txt","r"), None, 0, ldns.LDNS_RR_CLASS_IN)
print zone
print "SOA:", zone.soa()
for r in zone.rrs().rrs():
print "RR:", r
zone = ldns.ldns_zone()
#print zone