Removing PyPI subdir due to case-sensitive github issues. Will re-add

This commit is contained in:
Joseph Henry
2018-01-08 16:03:59 -08:00
parent 68008fc634
commit c00dc982fd
10 changed files with 0 additions and 7264 deletions

View File

@@ -1,10 +0,0 @@
import libzt
import time
print('joining virtual network...')
libzt.zts_startjoin('whatev_config', 0x1234567890ABCDEF)
print('fd = ' + str(libzt.zts_socket(1,2,3)))
print('looping forever, ping me')
while True:
time.sleep(1)