karnel-termux 4.17.27 → 4.17.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/karnel/RELEASE_COMMIT
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
613289b8469f461b2ec48e1804ab1f9cbfe42f61
|
|
@@ -5,7 +5,7 @@ import sys
|
|
|
5
5
|
|
|
6
6
|
# The launcher is named qrcode.py, so remove its directory before importing
|
|
7
7
|
# the third-party qrcode package to avoid importing this file recursively.
|
|
8
|
-
SCRIPT_DIR = os.path.dirname(os.path.
|
|
8
|
+
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
|
|
9
9
|
sys.path = [path for path in sys.path if path not in ("", SCRIPT_DIR)]
|
|
10
10
|
|
|
11
11
|
import qrcode
|
package/package.json
CHANGED