11 lines
197 B
Python
11 lines
197 B
Python
from ch.psi.pshell.bs import Stream as Stream
|
|
try:
|
|
s.close()
|
|
except:
|
|
pass
|
|
s = Stream("stream", dispatcher)
|
|
s.initialize()
|
|
s.start(True)
|
|
|
|
s.waitCacheChange(5000)
|
|
print s.getIdentifiers() |