Commit 41187094 authored by Denis Bilenko's avatar Denis Bilenko

ares.pyx: add __all__

parent 110161bc
......@@ -5,6 +5,9 @@ from gevent.core import EVENTS
from gevent.core import io, loop
__all__ = ['channel']
DEF EV_READ = 1
DEF EV_WRITE = 1
......
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