mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3c4e3beb63
commit
69e4cb0065
@ -9,6 +9,7 @@ import sys
|
|||||||
|
|
||||||
from calibre import prints as prints_
|
from calibre import prints as prints_
|
||||||
from calibre.utils.config import Config, ConfigProxy, JSONConfig
|
from calibre.utils.config import Config, ConfigProxy, JSONConfig
|
||||||
|
from calibre.utils.ipc.launch import Worker
|
||||||
|
|
||||||
|
|
||||||
def console_config():
|
def console_config():
|
||||||
@ -26,4 +27,6 @@ def prints(*args, **kwargs):
|
|||||||
kwargs['file'] = sys.__stdout__
|
kwargs['file'] = sys.__stdout__
|
||||||
prints_(*args, **kwargs)
|
prints_(*args, **kwargs)
|
||||||
|
|
||||||
|
class Process(Worker):
|
||||||
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user