mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
2a0084c1ff
commit
6adbf803aa
@ -67,7 +67,7 @@ def set_quit():
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
sys.meta_path.insert(0, PydImporter())
|
sys.meta_path.insert(0, PydImporter())
|
||||||
os.add_dll_directory(os.path.join(sys.app_dir, 'app', 'bin'))
|
os.add_dll_directory(os.path.abspath(os.path.join(sys.app_dir, 'app', 'bin')))
|
||||||
|
|
||||||
import linecache
|
import linecache
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user