mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
eb37ab0a38
commit
1a848a1c90
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