cybertools/agent/__init__.py
helmutm 3f69f638d3 added a queueable agent that will only execute one job at a time
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2483 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-03-29 17:58:04 +00:00

8 lines
171 B
Python

"""
$Id$
"""
# register default adapters
from cybertools.agent.base import agent, control, job, log, schedule
from cybertools.agent.core import agent, control, schedule