~awuerl/blitzortung-python/master

« back to all changes in this revision

Viewing changes to blitzortung/logger.py

  • Committer: Andreas Wuerl
  • Date: 2019-06-24 19:32:25 UTC
  • mto: This revision was merged to the branch mainline in revision 394.
  • Revision ID: git-v1:29d4be282c05035bdff8d4828573537ed6d8ceea
update tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
 
31
31
def get_logger_name(clazz):
32
 
    return "{}.{}".format(clazz.__module__, clazz.__name__)
 
 
b'\\ No newline at end of file'
 
32
    return "{}.{}".format(clazz.__module__, clazz.__name__)