Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
This class listens on the event bus and run notification command from the configuration file when a notification is sent.
src/b/a/baboon-HEAD/baboon/baboon/commands.py baboon(Download)
from baboon.baboon.transport import RegisterTransport, AdminTransport from baboon.baboon.fmt import cinput, confirm_cinput, cwarn, csuccess, cerr from baboon.baboon.notifier import Notifier from baboon.baboon.config import check_user, check_server, check_project
try: notif_cmd = config['notification']['cmd'] Notifier(notif_cmd) except: pass