[Zope-CVS] CVS: Products/ExternalEditor/Plugins - powerpoint.py:1.1 word.py:1.1

Casey Duncan casey@zope.com
Fri, 29 Nov 2002 00:51:44 -0500


Update of /cvs-repository/Products/ExternalEditor/Plugins
In directory cvs.zope.org:/tmp/cvs-serv17939

Added Files:
	powerpoint.py word.py 
Log Message:
Add alias plugins for winword and powerpnt


=== Added File Products/ExternalEditor/Plugins/powerpoint.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (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.
# 
##############################################################################
"""External Editor Powerpoint Plugin Alias

$Id: powerpoint.py,v 1.1 2002/11/29 05:51:43 caseman Exp $
"""

# Alias for powerpnt
from powerpnt import EditorProcess



=== Added File Products/ExternalEditor/Plugins/word.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (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.
# 
##############################################################################
"""External Editor MSWord Plugin Alias

$Id: word.py,v 1.1 2002/11/29 05:51:43 caseman Exp $
"""

# Alias for winword
from winword import EditorProcess