Show
Ignore:
Timestamp:
10/24/07 14:40:45 (1 year ago)
Author:
fs
Message:

fixing imports in the error handling unit test,
fixing polling mode

Files:
1 modified

Legend:

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

    r26 r48  
    5252         
    5353        if turbomail._queue._polling: 
    54                 turbomail.queue.start() 
     54                turbomail._queue.start() 
    5555 
    5656