Move parse_date to the apachelog.date module.
authorW. Trevor King <wking@drexel.edu>
Sat, 18 Feb 2012 17:31:47 +0000 (12:31 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 18 Feb 2012 17:31:54 +0000 (12:31 -0500)
commitad60a7dfc25ea519a36ebf2fd8fb70288fd4361a
treeacc9cbef84d72b3daf0249c02044503ffcbac207
parent753a267e9c944b65241cdc33dba5bfe7963804e9
Move parse_date to the apachelog.date module.

I also consolidated the doc-string example and duplicate unittest
cases into a single doctest, so now you need to run

  nosetest --with-doctest apachelog

to run the full suite.
apachelog/date.py [new file with mode: 0644]
apachelog/parser.py
apachelog/test/test_parser.py