Commit cab16914 authored by Jeremy Hylton's avatar Jeremy Hylton

Add docstring (copy of LoopCallback's) and export loop function.

parent 2982d090
...@@ -11,8 +11,10 @@ ...@@ -11,8 +11,10 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
"""Manage the asyncore mainloop in a multi-threaded app.
$Id: __init__.py,v 1.5 2002/11/26 15:05:59 jeremy Exp $
""" """
"""
__version__='$Revision: 1.4 $'[11:-2]
from LoopCallback import register_loop_callback from LoopCallback import register_loop_callback, loop
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