Author: jmorliaguet Date: Wed Apr 19 10:33:18 2006 New Revision: 2885 Added: CPSSkins4Five/trunk/Extensions/ CPSSkins4Five/trunk/Extensions/Install.py (contents, props changed) CPSSkins4Five/trunk/doc/ Log:
- new files Added: CPSSkins4Five/trunk/Extensions/Install.py ============================================================================== --- (empty file) +++ CPSSkins4Five/trunk/Extensions/Install.py Wed Apr 19 10:33:18 2006 @@ -0,0 +1,24 @@ +############################################################################## +# +# Copyright (c) 2006 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" + +def install(self): + # TODO + + pass -- http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins
