[z3-checkins] r10870 - z3/Five/trunk
philikon at codespeak.net
philikon at codespeak.net
Tue Apr 19 20:51:26 MEST 2005
Author: philikon
Date: Tue Apr 19 20:51:26 2005
New Revision: 10870
Removed:
z3/Five/trunk/api.py
Log:
dump long deprecated api module
Deleted: /z3/Five/trunk/api.py
==============================================================================
--- /z3/Five/trunk/api.py Tue Apr 19 20:51:26 2005
+++ (empty file)
@@ -1,22 +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, StandardMacros
-from traversable import Traversable
-from viewable import Viewable
More information about the z3-checkins
mailing list