source: products/quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments/config.py

Last change on this file was 2137, checked in by kroman0, 14 years ago

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.