From eae291d08c50c6ca7671e6793ce81389742f75ee Mon Sep 17 00:00:00 2001 From: Felix Date: Fri, 30 Aug 2024 09:05:32 +0200 Subject: [PATCH] Update apk_parser.py Change import function to match new androguard version --- psa_car_controller/psa/setup/apk_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psa_car_controller/psa/setup/apk_parser.py b/psa_car_controller/psa/setup/apk_parser.py index 6a3e3b8..83b263a 100644 --- a/psa_car_controller/psa/setup/apk_parser.py +++ b/psa_car_controller/psa/setup/apk_parser.py @@ -2,7 +2,7 @@ import json import logging import os -from androguard.core.bytecodes.apk import APK +from androguard.core.apk import APK from cryptography.hazmat.backends import default_backend from cryptography.hazmat.primitives import serialization from cryptography.hazmat.primitives.serialization import pkcs12