Startup
This commit is contained in:
9
script/test/TestZMQ.py
Normal file
9
script/test/TestZMQ.py
Normal 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()
|
||||
Reference in New Issue
Block a user