[Erp5-report] r45805 luke - /erp5/trunk/utils/Products.TIDStorage/Products/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 4 10:17:47 CEST 2011


Author: luke
Date: Wed May  4 10:17:47 2011
New Revision: 45805

URL: http://svn.erp5.org?rev=45805&view=rev
Log:
Products. are namespace.

Added:
    erp5/trunk/utils/Products.TIDStorage/Products/__init__.py

Added: erp5/trunk/utils/Products.TIDStorage/Products/__init__.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.TIDStorage/Products/__init__.py?rev=45805&view=auto
==============================================================================
--- erp5/trunk/utils/Products.TIDStorage/Products/__init__.py (added)
+++ erp5/trunk/utils/Products.TIDStorage/Products/__init__.py [utf8] Wed May  4 10:17:47 2011
@@ -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 Erp5-report mailing list