[z3-checkins] r10871 - z3/Five/branch/philikon-restructuring

philikon at codespeak.net philikon at codespeak.net
Tue Apr 19 20:52:51 MEST 2005


Author: philikon
Date: Tue Apr 19 20:52:51 2005
New Revision: 10871

Removed:
   z3/Five/branch/philikon-restructuring/api.py
Log:
sync with the trunk's r10870: dump long deprecated api module


Deleted: /z3/Five/branch/philikon-restructuring/api.py
==============================================================================
--- /z3/Five/branch/philikon-restructuring/api.py	Tue Apr 19 20:52:51 2005
+++ (empty file)
@@ -1,23 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2004 Five Contributors. All rights reserved.
-#
-# This software is distributed under the terms of the Zope Public
-# License (ZPL) v2.1. See COPYING.txt for more information.
-#
-##############################################################################
-"""Convenience package for short imports
-
-$Id$
-"""
-
-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
-from form.standardmacros import StandardMacros
-from traversable import Traversable
-from viewable import Viewable


More information about the z3-checkins mailing list