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. --- posix-users/wscript | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'posix-users') diff --git a/posix-users/wscript b/posix-users/wscript index 4a5f474..26ab0ca 100644 --- a/posix-users/wscript +++ b/posix-users/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, 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