[Checkins] SVN: z3c.viewlet/ Added package structure

Roger Ineichen roger at projekt01.ch
Thu Aug 10 08:51:40 EDT 2006


Log message for revision 69389:
  Added package structure

Changed:
  A   z3c.viewlet/branches/
  A   z3c.viewlet/tags/
  A   z3c.viewlet/trunk/
  A   z3c.viewlet/trunk/z3c/
  A   z3c.viewlet/trunk/z3c/__init__.py
  A   z3c.viewlet/trunk/z3c/viewlet/
  A   z3c.viewlet/trunk/z3c/viewlet/__init__.py

-=-
Added: z3c.viewlet/trunk/z3c/__init__.py
===================================================================
--- z3c.viewlet/trunk/z3c/__init__.py	2006-08-10 12:48:44 UTC (rev 69388)
+++ z3c.viewlet/trunk/z3c/__init__.py	2006-08-10 12:51:39 UTC (rev 69389)
@@ -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.viewlet/trunk/z3c/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: z3c.viewlet/trunk/z3c/viewlet/__init__.py
===================================================================
--- z3c.viewlet/trunk/z3c/viewlet/__init__.py	2006-08-10 12:48:44 UTC (rev 69388)
+++ z3c.viewlet/trunk/z3c/viewlet/__init__.py	2006-08-10 12:51:39 UTC (rev 69389)
@@ -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.viewlet/trunk/z3c/viewlet/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native



More information about the Checkins mailing list