source: products/quintagroup.plonecomments/trunk/quintagroup/plonecomments/config.py @ 3114

Last change on this file since 3114 was 3114, checked in by kroman0, 13 years ago

Pyflakes and pep8 fixes

File size: 130 bytes
Line 
1import logging
2
3LOGGER = 'quintagroup.plonecomments'
4PRODUCTS = []
5
6
7def warning(msg):
8    logging.getLogger(LOGGER).warning(msg)
Note: See TracBrowser for help on using the repository browser.