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