File: __init__.py

package info (click to toggle)
pydispatcher 2.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: python: 1,076; makefile: 11
file content (5 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
"""Multi-consumer multi-producer dispatching mechanism
"""
__version__ = "2.0.7"
__author__ = "Patrick K. O'Brien"
__license__ = "BSD"