third_party:waf: update to upstream 2.0.4 release
[sfrench/samba-autobuild/.git] / buildtools / wafsamba / pkgconfig.py
index 999bad474a38c570db12c61d3726c25730ef9156..6094114c5ffbb36098ee7ee605dd0a4f4bd19cd2 100644 (file)
@@ -1,7 +1,7 @@
 # handle substitution of variables in pc files
 
 import os, re, sys
-import Build, Logs
+from waflib import Build, Logs
 from samba_utils import SUBST_VARS_RECURSIVE, TO_LIST
 
 def subst_at_vars(task):