Add bundled copy of 'extras' python module used by newer versions of testtools/subunit.
commita92877f955baf0ed8420f77898bd4405bd319c67
authorJelmer Vernooij <jelmer@samba.org>
Sat, 25 Oct 2014 18:09:10 +0000 (25 11:09 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 22 Nov 2014 01:23:10 +0000 (22 02:23 +0100)
tree2f109ad367509cb7fb9f66eadfd3d33457c80b4c
parent3949ed67fcb51a88972f89e9a1c9d674b16c8e9a
Add bundled copy of 'extras' python module used by newer versions of testtools/subunit.

Change-Id: I5ad9222ccb4228a4b16d54a578276d4b9d4e6c4d
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
14 files changed:
lib/extras/.gitignore [new file with mode: 0644]
lib/extras/.testr.conf [new file with mode: 0644]
lib/extras/LICENSE [new file with mode: 0644]
lib/extras/MANIFEST.in [new file with mode: 0644]
lib/extras/Makefile [new file with mode: 0644]
lib/extras/NEWS [new file with mode: 0644]
lib/extras/README.rst [new file with mode: 0644]
lib/extras/extras/__init__.py [new file with mode: 0644]
lib/extras/extras/tests/__init__.py [new file with mode: 0644]
lib/extras/extras/tests/test_extras.py [new file with mode: 0644]
lib/extras/setup.cfg [new file with mode: 0644]
lib/extras/setup.py [new file with mode: 0755]
lib/update-external.sh
lib/wscript_build