[Checkins] SVN: z3c.layer/ Added basic structure for z3c.layer namespace package

Roger Ineichen roger at projekt01.ch
Wed Aug 9 09:26:53 EDT 2006


Log message for revision 69382:
  Added basic structure for z3c.layer namespace package

Changed:
  A   z3c.layer/branches/
  A   z3c.layer/tags/
  A   z3c.layer/trunk/
  A   z3c.layer/trunk/src/
  A   z3c.layer/trunk/src/z3c/
  A   z3c.layer/trunk/src/z3c/__init__.py
  A   z3c.layer/trunk/src/z3c/layer/
  A   z3c.layer/trunk/src/z3c/layer/__init__.py

-=-
Added: z3c.layer/trunk/src/z3c/__init__.py
===================================================================
--- z3c.layer/trunk/src/z3c/__init__.py	2006-08-09 13:17:55 UTC (rev 69381)
+++ z3c.layer/trunk/src/z3c/__init__.py	2006-08-09 13:26:53 UTC (rev 69382)
@@ -0,0 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2005 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""
+$Id:$
+"""
+


Property changes on: z3c.layer/trunk/src/z3c/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: z3c.layer/trunk/src/z3c/layer/__init__.py
===================================================================
--- z3c.layer/trunk/src/z3c/layer/__init__.py	2006-08-09 13:17:55 UTC (rev 69381)
+++ z3c.layer/trunk/src/z3c/layer/__init__.py	2006-08-09 13:26:53 UTC (rev 69382)
@@ -0,0 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2005 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""
+$Id:$
+"""
+


Property changes on: z3c.layer/trunk/src/z3c/layer/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native



More information about the Checkins mailing list