Move all python commands to use env python

- If you host does not provide a python command consult the User
  manual for ways you can run the python commands.

- Full package paths are being used to avoid namespace pollution and
  crosstalk.
This commit is contained in:
Chris Johns
2020-09-25 11:22:34 +10:00
parent 9fcc207893
commit 87262b429d
23 changed files with 182 additions and 310 deletions

View File

@@ -48,8 +48,6 @@ from rtemstoolkit import macros
from rtemstoolkit import version
import options
class summary:
def __init__(self, p_summary_dir):
self.summary_file_path = path.join(p_summary_dir, 'summary.txt')