Show
Ignore:
Timestamp:
10/25/07 13:51:06 (1 year ago)
Author:
fs
Message:

fixing #65

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/2.0.5/turbomail/startup.py

    r50 r51  
    6666 
    6767        log.info("Outbound mail queue manager shutting down.") 
    68          
    69         turbomail._queue.shutdown() 
     68 
     69        if hasattr(turbomail._queue, 'shutdown'): 
     70                turbomail._queue.shutdown() 
    7071        turbomail._queue = None