Initial working test for run_launch_job task.

This commit is contained in:
Chris Church
2013-03-31 17:25:18 -04:00
parent b38cb80efa
commit c149f03119
7 changed files with 113 additions and 17 deletions

View File

@@ -22,8 +22,8 @@ class CallbackModule(object):
'''
def _log_event(self, event, *args, **kwargs):
print '====', event, args, kwargs
# FIXME: Push these events back to the server.
pass#print '====', event, args, kwargs
def on_any(self, *args, **kwargs):
pass