From ad5d63277c5a06b03f57afccedb89642cacb68a2 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 27 Mar 2017 10:25:25 +1100 Subject: waf: Cleaner formatting to see the importing. --- porting/wscript | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'porting/wscript') diff --git a/porting/wscript b/porting/wscript index 8d66b28..26ab0ca 100644 --- a/porting/wscript +++ b/porting/wscript @@ -2,5 +2,10 @@ from sys import path from os.path import abspath path.append(abspath('../common/')) -from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options - +from waf import cmd_configure as configure +from waf import cmd_build as build +from waf import cmd_options as options +from waf import spell +from waf import cmd_spell +from waf import linkcheck +from waf import cmd_linkcheck -- cgit v1.2.3