Files
Don Brown ae154dbc72 Initial commit
* Examples work
* setup.py kinda updasted
* Fork of txmongo but with new pymongo embedded
2014-01-24 16:19:17 -07:00

8 lines
124 B
Python

"""Logging configuration."""
import logging
# Name the logger after the package.
logger = logging.getLogger(__package__)