4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 13:20:26 +08:00

tab转空格

This commit is contained in:
xx 2018-03-29 17:35:37 +08:00
parent 4e077447f9
commit 38fc71608d

View File

@ -6,7 +6,7 @@ import rtconfig
if os.getenv('RTT_ROOT'):
RTT_ROOT = os.getenv('RTT_ROOT')
else:
RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
from building import *