efficient vim config
[dotfiles/.git] / .local / lib / python2.7 / site-packages / trollius / log.py
1 """Logging configuration."""
2
3 import logging
4
5
6 # Name the logger after the package.
7 logger = logging.getLogger(__package__)