mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 23:39:47 +08:00
common/waf.py: Fix indentation.
Python 3 produces an error if indentation is mixed tabs and spaces.
This commit is contained in:
parent
75f24638b3
commit
a7dc08331a
@ -481,7 +481,7 @@ def xml_catalogue(ctx, building):
|
||||
# Import using the imp API so the module is reloaded for us.
|
||||
#
|
||||
import imp
|
||||
sys.path = [top_dir.find_node(doc).abspath()]
|
||||
sys.path = [top_dir.find_node(doc).abspath()]
|
||||
mf = imp.find_module('conf')
|
||||
sys.path = sp[:]
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user