nanomsg-python
nanomsg-python copied to clipboard
Add nanomsg.__all__ module variable
This adds an __all__ variable to the nanomsg module.
I came across this writing an eventlet greenthread monkeypatch integration.
See eventlet/eventlet#530