Skip to content
Commit e76a9639 authored by douglas-raillard-arm's avatar douglas-raillard-arm
Browse files

lisa.utils: Fix namedtuple(module=...) parameter

collections.namedtuple() only accepts an undocumented `module` parameter
starting from Python 3.6 or possibly 3.7. Therefore, avoid using it and
set __module__ explicitly on the type.
parent d4e4db3e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment