[Checkins] SVN: grokcore.content/trunk/src/grokcore/ Added init	files
    Souheil CHELFOUH 
    souheil at chelfouh.com
       
    Sun Jan  3 12:51:08 EST 2010
    
    
  
Log message for revision 107595:
  Added init files
  
Changed:
  A   grokcore.content/trunk/src/grokcore/__init__.py
  A   grokcore.content/trunk/src/grokcore/content/__init__.py
-=-
Added: grokcore.content/trunk/src/grokcore/__init__.py
===================================================================
--- grokcore.content/trunk/src/grokcore/__init__.py	                        (rev 0)
+++ grokcore.content/trunk/src/grokcore/__init__.py	2010-01-03 17:51:08 UTC (rev 107595)
@@ -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__)
Added: grokcore.content/trunk/src/grokcore/content/__init__.py
===================================================================
--- grokcore.content/trunk/src/grokcore/content/__init__.py	                        (rev 0)
+++ grokcore.content/trunk/src/grokcore/content/__init__.py	2010-01-03 17:51:08 UTC (rev 107595)
@@ -0,0 +1,2 @@
+from grokcore.content.components import Model, Container, OrderedContainer
+from grokcore.content.components import IContext, IContainer, IOrderedContainer
    
    
More information about the checkins
mailing list