summaryrefslogtreecommitdiff
path: root/contrib/python/examples/ldns-buf.py
blob: 73d8a029ffb0056ba5d2c564e51d47484725ca70 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python

import ldns

buf = ldns.ldns_buffer(1024)
buf.printf("Test buffer")
print buf