mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
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.