Elucidating comment.

This commit is contained in:
Jeremy Fincher 2004-08-29 04:32:07 +00:00
parent 78b9d0b47d
commit d6e3f13513
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ def startDying():
def finished():
log.info('Shutdown complete.')
# These are in order; don't reorder them for cosmetic purposes. The order
# in which they're registered is the reverse order in which they will run.
atexit.register(finished)
atexit.register(upkeep)
atexit.register(makeIrcsDie)