mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
8ce8d331b6
commit
46ed78b892
@ -17,7 +17,7 @@ class ThreadingViolation(Exception):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
Exception.__init__(self,
|
Exception.__init__(self,
|
||||||
'You cannot use the MTP driver from a thread other than the '
|
'You cannot use the freetype plugin from a thread other than the '
|
||||||
' thread in which startup() was called')
|
' thread in which startup() was called')
|
||||||
|
|
||||||
def same_thread(func):
|
def same_thread(func):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user