Added job_processors app to abstract background job processing

This commit is contained in:
Roberto Rosario
2011-07-23 16:54:45 -04:00
parent 8462341533
commit 842d0c8868
10 changed files with 60 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ class ConverterClass(ConverterBase):
try:
while 1:
im.seek(im.tell()+1)
im.seek(im.tell() + 1)
page_count += 1
# do something to im
except EOFError: