[Erp5-report] r42662 nicolas - /erp5/trunk/utils/erp5diff/src/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 25 16:23:01 CET 2011


Author: nicolas
Date: Tue Jan 25 16:23:00 2011
New Revision: 42662

URL: http://svn.erp5.org?rev=42662&view=rev
Log:
missing __init__.py

Added:
    erp5/trunk/utils/erp5diff/src/__init__.py

Added: erp5/trunk/utils/erp5diff/src/__init__.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5diff/src/__init__.py?rev=42662&view=auto
==============================================================================
--- erp5/trunk/utils/erp5diff/src/__init__.py (added)
+++ erp5/trunk/utils/erp5diff/src/__init__.py [utf8] Tue Jan 25 16:23:00 2011
@@ -0,0 +1,9 @@
+# -*- coding: utf-8 -*-
+# 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