laforge submitted this change.

View Change


Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
utils.py: remove superfluous import from itself

b2h() is already available.

Change-Id: Ied513a08cc8b5091dd467106250f1e6b5067c3a8
---
M pySim/utils.py
1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pySim/utils.py b/pySim/utils.py
index 1541e2e..6cacdaa 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.

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ied513a08cc8b5091dd467106250f1e6b5067c3a8
Gerrit-Change-Number: 34002
Gerrit-PatchSet: 3
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-MessageType: merged