diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-02 12:20:23 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:22 +1000 |
commit | 9e52dc441e6709429194555350825ffcf341abf5 (patch) | |
tree | f52295572fda75e1adbe39cc49567c20db09c704 /lib/subunit | |
parent | 9eb5cb784ceeab4d53cf01890b21a28043467dfa (diff) | |
download | samba-9e52dc441e6709429194555350825ffcf341abf5.tar.gz samba-9e52dc441e6709429194555350825ffcf341abf5.tar.xz samba-9e52dc441e6709429194555350825ffcf341abf5.zip |
s4-waf: fixed install location of external python libs
this merges with jelmers recent changes in master
Diffstat (limited to 'lib/subunit')
-rw-r--r-- | lib/subunit/python/wscript_build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/subunit/python/wscript_build b/lib/subunit/python/wscript_build index 7e53d17ba53..f99ba42f04a 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) - |