Project

General

Profile

« Previous | Next » 

Revision 4026

Removed trailing whitespace on non-empty lines

View differences:

parallelproc.py
108 108
        return self
109 109
    
110 110
    def main_loop(self):
111
        '''Prime the task queue with at least one task before calling this''' 
111
        '''Prime the task queue with at least one task before calling this'''
112 112
        while True:
113 113
            try: call = self.queue.get(timeout=0.1) # sec
114 114
            except Queue.Empty:

Also available in: Unified diff