Use correct native importlib library available Python 3.7+
Compare changes
+ 4
− 4
parser.add_argument("-s", "--simulator", help="Do not connect to I2c, but simulate behaviour.", action="store_true")
importlib_metadata
is an external dependency that needs to be installed through pip / pypi.
The correct, native, library is known as importlib
This patch fixes a broken import.