We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102e2e7 commit 1e089ecCopy full SHA for 1e089ec
lib/kindleunpack.py
@@ -6,7 +6,7 @@
6
7
import os
8
9
-__path__ = ["lib", os.path.dirname(__file__), "kindleunpack"]
+__path__ = ["lib", os.path.dirname(os.path.realpath(__file__)), "kindleunpack"]
10
11
import sys
12
import codecs
0 commit comments