mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-19 10:42:13 +08:00
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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user