osmo-iuh/asn1/utils
Oliver Smith 69bb2fab2b asn1tostruct: don't use f-strings
Make the script work with python < 3.6 again by not using f-strings.

Fix for:
  SyntaxError: invalid syntax
    File "../../git/asn1/utils/asn1tostruct.py", line 94
      f" IE {ie}. Found another entry in ies {ie_other}" \
      ^

Fixes: 1d19c8e2 ("asn1tostruct: fix defines getting redefined")
Change-Id: I3a19b8a1147532b41d3ed7b802de595302ff8f44
2022-11-16 10:27:52 +01:00
..
asn1_restructure_sequence_of_sequence.py asn1: fix visibility warnings from generated code 2022-11-14 09:52:14 +01:00
asn1tostruct.py asn1tostruct: don't use f-strings 2022-11-16 10:27:52 +01:00