~javier.collado/checkbox-core/bug991875

« back to all changes in this revision

Viewing changes to checkbox/daemon/__init__.py

  • Committer: Marc Tardif
  • Date: 2012-04-25 13:15:59 UTC
  • mfrom: (15.1.1 package-docstrings)
  • Revision ID: marc.tardif@canonical.com-20120425131559-6i7uq1h21zts1qq6
Merged from javier.collado's package-docstrings branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""
 
2
The daemon package provides a uniform interface to create processes and
 
3
react to the termination of those processes, set timers, handle signals,
 
4
and be able to easily handle client "commands" with just a few functions.
 
5
"""