python: Provide support to select a valid python version.

- Update imports after wrapping the code.
- Fix python3 issues.
- Fix config path issues for in repo and install runs.

Closes #3537
This commit is contained in:
Chris Johns
2018-11-07 14:55:20 +11:00
parent 087be8c67f
commit e058db0281
21 changed files with 316 additions and 123 deletions

View File

@@ -47,7 +47,7 @@ from rtemstoolkit import execute
from rtemstoolkit import macros
from . import options
import options
class summary:
def __init__(self, p_summary_dir):