Attention is currently required from: laforge.
2 comments:
File pySim/legacy/ts_51_011.py:
# without this, pylint will fail when inner classes are used
# within the 'nested' kwarg of our TlvMeta metaclass on python 3.7 :(
# pylint
This is not needed here anymore.
Patch Set #3, Line 7: """ Various constants from 3GPP TS 51.011 used by *legacy* code only.
I don't have a strong opinion here, but the fact that these definitions are used by legacy code only does not make them legacy themselves. Not sure if it's a good idea to move these to `legacy`. Why not keeping them in the original file? IMHO, the project's structure is getting even more complicated with `pySim.foo` and `pySim.legacy.foo`.
To view, visit change 33693. To unsubscribe, or for help writing mail filters, visit settings.