Skip to content

Commit

Permalink
Add JobSubmissionEvent to events.py __all__ (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong authored and agronholm committed Dec 5, 2018
1 parent ac33130 commit ab05ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apscheduler/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'EVENT_JOBSTORE_ADDED', 'EVENT_JOBSTORE_REMOVED', 'EVENT_ALL_JOBS_REMOVED',
'EVENT_JOB_ADDED', 'EVENT_JOB_REMOVED', 'EVENT_JOB_MODIFIED', 'EVENT_JOB_EXECUTED',
'EVENT_JOB_ERROR', 'EVENT_JOB_MISSED', 'EVENT_JOB_SUBMITTED', 'EVENT_JOB_MAX_INSTANCES',
'SchedulerEvent', 'JobEvent', 'JobExecutionEvent')
'SchedulerEvent', 'JobEvent', 'JobExecutionEvent', 'JobSubmissionEvent')


EVENT_SCHEDULER_STARTED = EVENT_SCHEDULER_START = 2 ** 0
Expand Down

0 comments on commit ab05ec5

Please sign in to comment.