Restructure from single module into a package.
authorW. Trevor King <wking@drexel.edu>
Sat, 18 Feb 2012 17:00:09 +0000 (12:00 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 18 Feb 2012 17:24:40 +0000 (12:24 -0500)
commit753a267e9c944b65241cdc33dba5bfe7963804e9
tree428e71940064b22065f6a447c3723806df29fe6e
parent770e304fecbbc6c2ee30a5df68c53fb37756f5f2
Restructure from single module into a package.

I also split the tests out into their own submodule.  You can run them
with:

  nosetests apachelog

Once we get some doctests involved, that will change to

  nosetests --with-doctest apachelog
.gitignore [new file with mode: 0644]
apachelog.py [deleted file]
apachelog/__init__.py [new file with mode: 0644]
apachelog/parser.py [new file with mode: 0644]
apachelog/test/__init__.py [new file with mode: 0644]
apachelog/test/test_parser.py [new file with mode: 0644]