Changeset 51
- Timestamp:
- 10/25/07 13:51:06 (1 year ago)
- Files:
-
- 1 modified
-
branches/2.0.5/turbomail/startup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.5/turbomail/startup.py
r50 r51 66 66 67 67 log.info("Outbound mail queue manager shutting down.") 68 69 turbomail._queue.shutdown() 68 69 if hasattr(turbomail._queue, 'shutdown'): 70 turbomail._queue.shutdown() 70 71 turbomail._queue = None
