lynxis lazus has uploaded this change for review.
utils.py: remove superflouse import from itself
b2h() is already available.
Change-Id: Ied513a08cc8b5091dd467106250f1e6b5067c3a8
---
M pySim/utils.py
1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/02/34002/1
diff --git a/pySim/utils.py b/pySim/utils.py
index 735468e..c838a31 100644
--- a/pySim/utils.py
+++ b/pySim/utils.py
@@ -537,7 +537,6 @@
from Cryptodome.Cipher import AES
# pylint: disable=no-name-in-module
from Cryptodome.Util.strxor import strxor
- from pySim.utils import b2h
# We pass in hex string and now need to work on bytes
ki_bytes = bytes(h2b(ki_hex))
To view, visit change 34002. To unsubscribe, or for help writing mail filters, visit settings.