Bundle pyiso8601 for iso8601 time/date manipulation.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 14 Dec 2014 20:26:19 +0000 (20:26 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Mar 2015 03:41:48 +0000 (04:41 +0100)
commit13bd83ad30ab083351084a3256bc9f06c8f34555
tree2ab63467ffd5f086600a7437090360aaab700b34
parent039fa938b1cfed1f973b675648a2285c7b5d4ca0
Bundle pyiso8601 for iso8601 time/date manipulation.

(corrected lib/update-external.sh by Andrew Bartlett)

Change-Id: I0f992b949b1717635ff26fa0db6073675cce4ad7
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
17 files changed:
lib/update-external.sh
third_party/pyiso8601/.hgignore [new file with mode: 0644]
third_party/pyiso8601/.hgtags [new file with mode: 0644]
third_party/pyiso8601/LICENSE [new file with mode: 0644]
third_party/pyiso8601/MANIFEST.in [new file with mode: 0644]
third_party/pyiso8601/README.rst [new file with mode: 0644]
third_party/pyiso8601/dev-requirements.txt [new file with mode: 0644]
third_party/pyiso8601/docs/Makefile [new file with mode: 0644]
third_party/pyiso8601/docs/conf.py [new file with mode: 0644]
third_party/pyiso8601/docs/index.rst [new file with mode: 0644]
third_party/pyiso8601/docs/make.bat [new file with mode: 0644]
third_party/pyiso8601/iso8601/__init__.py [new file with mode: 0644]
third_party/pyiso8601/iso8601/iso8601.py [new file with mode: 0644]
third_party/pyiso8601/iso8601/test_iso8601.py [new file with mode: 0644]
third_party/pyiso8601/setup.py [new file with mode: 0644]
third_party/pyiso8601/tox.ini [new file with mode: 0644]
third_party/wscript_build