source: products/quintagroup.transmogrifier/branches/plone-2.1/quintagroup.transmogrifier/quintagroup/transmogrifier/__init__.py

Last change on this file 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.