Commit 25996fa9 authored by Denis Bilenko's avatar Denis Bilenko

add 'run' to __all__

parent 079d86d6
...@@ -28,7 +28,8 @@ __all__ = ['get_hub', ...@@ -28,7 +28,8 @@ __all__ = ['get_hub',
'kill', 'kill',
'signal', 'signal',
'fork', 'fork',
'reinit'] 'reinit',
'run']
import sys import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment