diff options
Diffstat (limited to 'lib/subunit/python/wscript_build')
-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 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) - |