mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
97a397d5c8
Very old versions of IPython do not have IPython.version_info attribute that the ultls module relied on. This commit changes it to use the more standard __version__ attriute that is present in all versions.