Author: jmorliaguet
Date: Mon Nov 21 20:19:06 2005
New Revision: 1912

Added:
   cpsskins/branches/jmo-perspectives/browser/manager/__init__.py   (contents, 
props changed)
   cpsskins/branches/jmo-perspectives/browser/negociation/__init__.py   
(contents, props changed)
   cpsskins/branches/jmo-perspectives/controllers/__init__.py   (contents, 
props changed)
   cpsskins/branches/jmo-perspectives/relations/__init__.py   (contents, props 
changed)
Log:

- adding missing files



Added: cpsskins/branches/jmo-perspectives/browser/manager/__init__.py
==============================================================================
--- (empty file)
+++ cpsskins/branches/jmo-perspectives/browser/manager/__init__.py      Mon Nov 
21 20:19:06 2005
@@ -0,0 +1,20 @@
+##############################################################################
+#
+# Copyright (c) 2005 Nuxeo 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$
+"""
+__docformat__ = "reStructuredText"
+
+from cpsskins.browser.manager.views import ThemeManagerView

Added: cpsskins/branches/jmo-perspectives/browser/negociation/__init__.py
==============================================================================
--- (empty file)
+++ cpsskins/branches/jmo-perspectives/browser/negociation/__init__.py  Mon Nov 
21 20:19:06 2005
@@ -0,0 +1,20 @@
+##############################################################################
+#
+# Copyright (c) 2005 Nuxeo 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$
+"""
+__docformat__ = "reStructuredText"
+
+from cpsskins.browser.negociation.views import NegociationView

Added: cpsskins/branches/jmo-perspectives/controllers/__init__.py
==============================================================================
--- (empty file)
+++ cpsskins/branches/jmo-perspectives/controllers/__init__.py  Mon Nov 21 
20:19:06 2005
@@ -0,0 +1,21 @@
+##############################################################################
+#
+# Copyright (c) 2005 Nuxeo 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$
+"""
+__docformat__ = "reStructuredText"
+
+from cpsskins.controllers.controller import (Controller,
+    elementCreated, elementAdded, elementRemoved, elementModified)

Added: cpsskins/branches/jmo-perspectives/relations/__init__.py
==============================================================================
--- (empty file)
+++ cpsskins/branches/jmo-perspectives/relations/__init__.py    Mon Nov 21 
20:19:06 2005
@@ -0,0 +1,23 @@
+##############################################################################
+#
+# Copyright (c) 2005 Nuxeo 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$
+"""
+__docformat__ = "reStructuredText"
+
+from cpsskins.relations.relations import (
+    Predicate, CompoundPredicate, ProxyPredicate,
+    Relation, MonadicRelation, DyadicRelation, TriadicRelation, TestRelate
+    )
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to