This commit is contained in:
Kovid Goyal 2011-05-20 11:07:11 -06:00
parent d2ecc3f1b6
commit 6a9bf8fabc

View File

@ -55,7 +55,7 @@ PARALLEL_FUNCS = {
('calibre.utils.ipc.worker', 'arbitrary', None), ('calibre.utils.ipc.worker', 'arbitrary', None),
'arbitrary_n' : 'arbitrary_n' :
('calibre.utils.ipc.worker', 'arbitrary', 'notification'), ('calibre.utils.ipc.worker', 'arbitrary_n', 'notification'),
} }
class Progress(Thread): class Progress(Thread):