source: products/quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/__init__.py @ 3220

Last change on this file since 3220 was 3151, checked in by vmaksymiv, 13 years ago

pep8 fixes

  • Property svn:eol-style set to native
File size: 193 bytes
Line 
1import logging
2from zope.i18nmessageid import MessageFactory
3
4_ = MessageFactory("quintagroup.dropdownmenu")
5
6PROJECT_NAME = "quintagroup.dropdownmenu"
7logger = logging.getLogger(PROJECT_NAME)
Note: See TracBrowser for help on using the repository browser.