Give Björn Lindqvist credit for texttime.py
David Blume

David Blume commited on 2016-09-09 15:38:30
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -1,3 +1,4 @@
1
+# From http://code.activestate.com/recipes/498062-nicely-readable-timedelta/
1 2
 from datetime import timedelta
2 3
 
3 4
 # Set this to the language you want to use.
4 5