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

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

Removed file/folder

File size: 321 bytes
Line 
1try:
2    __import__('pkg_resources').declare_namespace(__name__)
3except ImportError:
4    from pkgutil import extend_path
5    __path__ = extend_path(__path__, __name__)
6
7# import monkey pathes for GS TarballExportContext
8import patches
9
10def initialize(context):
11    """Initializer called when used as a Zope 2 product."""
Note: See TracBrowser for help on using the repository browser.