1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-26 00:41:23 +00:00

9 lines
98 B
Python
Raw Normal View History

2011-03-25 11:23:32 -05:00
#!/usr/bin/python
import ldns
buf = ldns.ldns_buffer(1024)
buf.printf("Test buffer")
print buf