From c898f18f801fb3dfd7a33b07c1714a6d860457ae Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 2 Feb 2018 16:34:32 +0200 Subject: [PATCH] source3/build/charset.py: update to handle waf 2.0.4 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- source3/build/charset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/build/charset.py b/source3/build/charset.py index afd9a9e7943..6fc1575c460 100644 --- a/source3/build/charset.py +++ b/source3/build/charset.py @@ -1,6 +1,6 @@ # tests for charsets for Samba3 -from Configure import conf +from waflib.Configure import conf @conf