From a7dc08331ad412975372d8001bad093d362be002 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Tue, 18 Dec 2018 18:45:00 +0100 Subject: common/waf.py: Fix indentation. Python 3 produces an error if indentation is mixed tabs and spaces. --- common/waf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/waf.py b/common/waf.py index 98ce56f..d2cb432 100644 --- a/common/waf.py +++ b/common/waf.py @@ -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: -- cgit v1.2.3