Files
pytest2/contrib/pygreen/pipe/__init__.py
T
hpk 4c38ff30ee [svn r57756] * create new contrib directory
* move py/green to contrib/pygreen,
  fix tests and code to pass

--HG--
branch : trunk
2008-09-02 14:42:35 +02:00

9 lines
267 B
Python

""" This is a higher level network interface based on top
of greensock2. Objects here are ready to use, specific examples
are listed in tests (test_pipelayer and test_greensock2).
The limitation is that you're not supposed to use threads + blocking
I/O at all.
"""