mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-21 05:27:45 +08:00
Disable installing PYO and PYC. Fix install paths.
Installing PYO and PYC does not work so disable this. Move the Python check to the top level and have a single place. Fix the install paths a revert the 'from . import' changes. This is resolved by installing into the correct paths.
This commit is contained in:
@@ -39,8 +39,8 @@ import os
|
||||
import shutil
|
||||
import string
|
||||
|
||||
from . import error
|
||||
from . import log
|
||||
import error
|
||||
import log
|
||||
|
||||
windows = os.name == 'nt'
|
||||
|
||||
|
Reference in New Issue
Block a user