Files
PyGithub/github/Logging.py
T
Vincent Jacques 531c3f2d32 Improve comformance to pep8 (+dos2unix)
PyGithub is now a public projects with several public contibutors,
I have to abandon my very personal coding conventions.
2012-09-17 20:37:22 +02:00

6 lines
74 B
Python

import logging
def get_logger():
return logging.getLogger('github')