source: products/quintagroup.transmogrifier/trunk/quintagroup/transmogrifier/__init__.py @ 319

Last change on this file since 319 was 319, checked in by mylan, 18 years ago

plone 2.1 version with blogging APIs support.

File size: 168 bytes
Line 
1try:
2    __import__('pkg_resources').declare_namespace(__name__)
3except ImportError:
4    from pkgutil import extend_path
5    __path__ = extend_path(__path__, __name__)
Note: See TracBrowser for help on using the repository browser.