Show
Ignore:
Timestamp:
10/24/07 15:17:35 (1 year ago)
Author:
fs
Message:

shut down queue when extension shuts down (unit tests won't hang forever anymore)

Files:
1 modified

Legend:

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

    r48 r50  
    6767        log.info("Outbound mail queue manager shutting down.") 
    6868         
    69         # turbomail.queue.shutdown() 
    70         turbomail.queue = None 
     69        turbomail._queue.shutdown() 
     70        turbomail._queue = None