This commit is contained in:
2019-10-10 11:51:23 +02:00
parent 6a4d319f09
commit 4a22f81d77

9
script/test/TestZMQ.py Normal file
View File

@@ -0,0 +1,9 @@
from ch.psi.pshell.bs import Stream as Stream
try:
s.close()
except:
pass
s = Stream("stream", bs)
s.start(True)
print s.getIdentifiers()