From f5942ac7a91228f48dd18be2cb3e34ad6d15429f Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Mon, 8 Oct 2018 19:52:48 -0700 Subject: SConstruct: whitespace tweak for pep8 --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 1040a7bb..4eae4383 100644 --- a/SConstruct +++ b/SConstruct @@ -99,6 +99,7 @@ PYTHON_SYSCONFIG_IMPORT = 'from distutils import sysconfig' # Utility productions + def Utility(target, source, action, **kwargs): target = env.Command(target=target, source=source, action=action, **kwargs) env.AlwaysBuild(target) -- cgit v1.2.1