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
RevLine 
[2876]1import logging
[1179]2from zope.i18nmessageid import MessageFactory
[1154]3
[1179]4_ = MessageFactory("quintagroup.dropdownmenu")
[2876]5
6PROJECT_NAME = "quintagroup.dropdownmenu"
7logger = logging.getLogger(PROJECT_NAME)
Note: See TracBrowser for help on using the repository browser.