diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-05 11:41:37 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:26 +1000 |
commit | 748ef2c86516f8951b6da2803e8163026768e328 (patch) | |
tree | af2e5e709b0cc2bce54712164e1fb9423f866302 | |
parent | 5260b504675b8151f0a6415f41a321d8cf077bb1 (diff) | |
download | samba-748ef2c86516f8951b6da2803e8163026768e328.tar.gz samba-748ef2c86516f8951b6da2803e8163026768e328.tar.bz2 samba-748ef2c86516f8951b6da2803e8163026768e328.zip |
s4-waf: don't need TOUCH_FILE() any more
-rw-r--r-- | lib/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wscript_build b/lib/wscript_build index f6fbe7a880..9892fd646b 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 = { |