From 9e52dc441e6709429194555350825ffcf341abf5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 2 Apr 2010 12:20:23 +1100 Subject: s4-waf: fixed install location of external python libs this merges with jelmers recent changes in master --- lib/subunit/python/wscript_build | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/subunit') diff --git a/lib/subunit/python/wscript_build b/lib/subunit/python/wscript_build index 7e53d17ba5..f99ba42f04 100644 --- a/lib/subunit/python/wscript_build +++ b/lib/subunit/python/wscript_build @@ -17,7 +17,3 @@ bld.SAMBA_SCRIPT('python_testtools', pattern='testtools/**/*.py', installdir='python') -bld.INSTALL_WILDCARD('${PYTHONDIR}', 'subunit/**/*.py', flat=False) -bld.INSTALL_WILDCARD('${PYTHONDIR}', 'testtools/**/*.py', flat=False) -bld.INSTALL_WILDCARD('${PYTHONDIR}', 'iso8601/**/*.py', flat=False) - -- cgit