source: products/quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/config.py @ 3550

Last change on this file since 3550 was 3141, checked in by zidane, 13 years ago

fixes pyflakes

  • Property svn:eol-style set to native
File size: 168 bytes
RevLine 
[424]1PROJECT_NAME = 'quintagroup.seoptimizer'
[387]2
[2139]3SUPPORT_BLAYER = True
4try:
5    from plone import browserlayer
[3141]6    browserlayer
[2139]7except ImportError:
8    SUPPORT_BLAYER = False
Note: See TracBrowser for help on using the repository browser.