mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
d31a5c3c48
The internal ABI for ipython has changed between ipython version 2 and 3. In its current state, the result processor only works with IPython version 2, so fail if the user wants to use the result processor with the wrong version. Abstract the ipython interface to a file so that we can make it support versions 2 and 3 at the same time.