summaryrefslogtreecommitdiffstats
path: root/tester/rt/coverage.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-09-25 11:22:34 +1000
committerChris Johns <chrisj@rtems.org>2020-09-26 10:49:27 +1000
commit87262b429d633420402e735a770f6d6cfedecf9a (patch)
tree6c9ee3464198f2d307b127d41060657565d2d34b /tester/rt/coverage.py
parentlinkers: Update due to API changes (diff)
downloadrtems-tools-87262b429d633420402e735a770f6d6cfedecf9a.tar.bz2
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.
Diffstat (limited to 'tester/rt/coverage.py')
-rw-r--r--tester/rt/coverage.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tester/rt/coverage.py b/tester/rt/coverage.py
index 31e2cd7..0f225a9 100644
--- a/tester/rt/coverage.py
+++ b/tester/rt/coverage.py
@@ -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')