This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
## -*- coding: utf-8 -*- | |
################################################################ | |
## Name: pytimer v0.0.1 Dec 12, 2011 | |
## Notes: A sematic time string parser with handy timer functions | |
## Author: Howard Mei | |
## Email: [email protected] | |
## License: MIT, http://www.opensource.org/licenses/mit-license.php | |
################################################################ |