From 748ef2c86516f8951b6da2803e8163026768e328 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 5 Apr 2010 11:41:37 +1000 Subject: [PATCH] s4-waf: don't need TOUCH_FILE() any more --- lib/wscript_build | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/wscript_build b/lib/wscript_build index f6fbe7a8802..9892fd646b4 100644 --- a/lib/wscript_build +++ b/lib/wscript_build @@ -1,7 +1,6 @@ #!/usr/bin/env python import os, Options -from samba_utils import TOUCH_FILE, EXPAND_VARIABLES # work out what python external libraries we need to install external_libs = { -- 2.34.1