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

Last change on this file since 2876 was 2876, checked in by mylan, 14 years ago

#232: Fixed uninstallation. Added unisntallation with QI

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