From 844acb226086e55de9a2442396a4e002471295e8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 20:12:16 +1100 Subject: build: waf quicktest nearly works Rewrote wafsamba using a new dependency handling system, and started adding the waf test code --- buildtools/wafsamba/samba_autoproto.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'buildtools/wafsamba/samba_autoproto.py') diff --git a/buildtools/wafsamba/samba_autoproto.py b/buildtools/wafsamba/samba_autoproto.py index 71274ead75..a6a5e28c49 100644 --- a/buildtools/wafsamba/samba_autoproto.py +++ b/buildtools/wafsamba/samba_autoproto.py @@ -1,7 +1,6 @@ # waf build tool for building automatic prototypes from C source -from TaskGen import taskgen, before -import Build, os, string, Utils +import Build from samba_utils import * # rule for heimdal prototype generation -- cgit