mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 10:43:10 +02:00
...
This commit is contained in:
parent
2a0084c1ff
commit
6adbf803aa
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ def set_quit():
|
|||
|
||||
def main():
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue