mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-18 20:19:10 +08:00
build: Prepend project common path
This avoids conflicts with standard packages such as PIL (Python Imaging Library).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import sys, os
|
||||
sys.path.append(os.path.abspath('../common/'))
|
||||
sys.path.insert(0, os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
|
Reference in New Issue
Block a user