tab转空格

This commit is contained in:
xx 2018-03-29 17:35:37 +08:00
parent 4e077447f9
commit 38fc71608d
1 changed files with 1 additions and 1 deletions

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 *