[Checkins] SVN: Products.CMFActionIcons/tags/2.1.1/Products/__init__.py Namespace directory.

Tres Seaver tseaver at palladion.com
Sun Aug 3 09:08:59 EDT 2008


Log message for revision 89264:
  Namespace directory.

Changed:
  A   Products.CMFActionIcons/tags/2.1.1/Products/__init__.py

-=-
Copied: Products.CMFActionIcons/tags/2.1.1/Products/__init__.py (from rev 89263, Products.CMFCore/tags/2.1.1/Products/__init__.py)
===================================================================
--- Products.CMFActionIcons/tags/2.1.1/Products/__init__.py	                        (rev 0)
+++ Products.CMFActionIcons/tags/2.1.1/Products/__init__.py	2008-08-03 13:08:59 UTC (rev 89264)
@@ -0,0 +1,6 @@
+# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
+try:
+    __import__('pkg_resources').declare_namespace(__name__)
+except ImportError:
+    from pkgutil import extend_path
+    __path__ = extend_path(__path__, __name__)



More information about the Checkins mailing list