[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Five/api.py removed pre-Five-1.0 cruft (this file does not belong to Five 1.0)

Yvo Schubbe y.2005- at wcm-solutions.de
Fri May 27 07:05:29 EDT 2005


Log message for revision 30529:
  removed pre-Five-1.0 cruft (this file does not belong to Five 1.0)

Changed:
  D   Zope/trunk/lib/python/Products/Five/api.py

-=-
Deleted: Zope/trunk/lib/python/Products/Five/api.py
===================================================================
--- Zope/trunk/lib/python/Products/Five/api.py	2005-05-27 11:02:49 UTC (rev 30528)
+++ Zope/trunk/lib/python/Products/Five/api.py	2005-05-27 11:04:59 UTC (rev 30529)
@@ -1,26 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2005 Zope Corporation 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.
-#
-##############################################################################
-"""Convenience package for short imports
-
-$Id: api.py 6174 2004-08-25 17:19:28Z faassen $
-"""
-
-import warnings
-
-warnings.warn('The use of the Products.Five.api module has been deprecated. '
-              'Import directly from Products.Five instead for public API.',
-              DeprecationWarning)
-
-from browser import BrowserView, StandardMacros
-from traversable import Traversable
-from viewable import Viewable



More information about the Zope-Checkins mailing list