From 07821c99f75c574bff76cb6c7ceefa4f3d597140 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Dec 2019 14:38:49 +0100 Subject: Cleanup: Format Python code to be mostly flake8 clean --- src/client/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/wscript') diff --git a/src/client/wscript b/src/client/wscript index 805d8c86..394c9e4d 100644 --- a/src/client/wscript +++ b/src/client/wscript @@ -1,5 +1,5 @@ #!/usr/bin/env python -from waflib.extras import autowaf as autowaf + def build(bld): obj = bld(features = 'cxx cxxshlib', -- cgit v1.2.1