Browse Source

remove after for now.

Ask Solem 16 years ago
parent
commit
81211da171
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crunchy/task.py

+ 1 - 0
crunchy/task.py

@@ -58,6 +58,7 @@ class TaskExecutedTask(Task):
         logger.info("Task %s[%s] executed successfully." % (task_id, task_name))
 tasks.register(TaskExecutedTask)
         
+
 class TestTask(Task):
     name = "crunchy-test-task"