mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0fdf23de8b
commit
28e54545b2
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||||
|
|
||||||
import fcntl
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess
|
import subprocess
|
||||||
@ -12,7 +11,7 @@ import tempfile
|
|||||||
import unittest
|
import unittest
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
|
|
||||||
from calibre.constants import iswindows
|
from calibre.constants import iswindows, fcntl
|
||||||
from calibre.debug import run_calibre_debug
|
from calibre.debug import run_calibre_debug
|
||||||
from calibre.utils.lock import ExclusiveFile, unix_open
|
from calibre.utils.lock import ExclusiveFile, unix_open
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user