Pull Request №51 RosettaCommons/rosetta/main ← roccomoretti/rosetta/fix_benchmark_imp
Merge: 693d5b3c1f74469530bab2df8a9029f6d1db6d85←2890980d248dcf55983cd6635a630949717b371d
Update benchmark scripts for Python3.12.
----------------
Merge commit message:
Update benchmark scripts for Python3.12.
Python 3.12 gets rid of the module. Moreover, it gets rid of the imp.load_source() altogether.
We thus need to change around how we do the magic 'import from parent directory' statement.