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. --- user/wscript | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'user') diff --git a/user/wscript b/user/wscript index 245a229..26ab0ca 100644 --- a/user/wscript +++ b/user/wscript @@ -2,9 +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, \ - linkcheck, cmd_linkcheck +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