[Checkins] SVN: Products.GenericSetup/branches/1.3/Products/__init__.py

Tres Seaver tseaver at palladion.com
Mon Sep 24 18:45:10 EDT 2007


Log message for revision 79948:
  

Changed:
  A   Products.GenericSetup/branches/1.3/Products/__init__.py

-=-
Copied: Products.GenericSetup/branches/1.3/Products/__init__.py (from rev 79947, Products.GenericSetup/trunk/Products/__init__.py)
===================================================================
--- Products.GenericSetup/branches/1.3/Products/__init__.py	                        (rev 0)
+++ Products.GenericSetup/branches/1.3/Products/__init__.py	2007-09-24 22:45:09 UTC (rev 79948)
@@ -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