[z3-checkins] r21707 - z3/CMFonFive/branch/regebro-z32-compat

regebro at codespeak.net regebro at codespeak.net
Thu Jan 5 12:44:59 CET 2006


Author: regebro
Date: Thu Jan  5 12:44:56 2006
New Revision: 21707

Removed:
   z3/CMFonFive/branch/regebro-z32-compat/interfaces.py
Modified:
   z3/CMFonFive/branch/regebro-z32-compat/__init__.py
Log:
interfaces.py is no longer used.


Modified: z3/CMFonFive/branch/regebro-z32-compat/__init__.py
==============================================================================
--- z3/CMFonFive/branch/regebro-z32-compat/__init__.py	(original)
+++ z3/CMFonFive/branch/regebro-z32-compat/__init__.py	Thu Jan  5 12:44:56 2006
@@ -11,7 +11,7 @@
 $Id$
 """
 from Products.CMFCore.utils import ToolInit
-import fiveactionstool, interfaces
+import fiveactionstool
 
 def initialize(context):
 

Deleted: /z3/CMFonFive/branch/regebro-z32-compat/interfaces.py
==============================================================================
--- /z3/CMFonFive/branch/regebro-z32-compat/interfaces.py	Thu Jan  5 12:44:56 2006
+++ (empty file)
@@ -1,23 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2005 CMFonFive 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.
-#
-###########################################################################
-""" Interfaces for the action menu integration
-
-$Id$
-"""
-
-from zope.app.publisher.interfaces.browser import IBrowserMenu
-from zope.schema import TextLine
-
-class IActionMenu(IBrowserMenu):
-
-    category = TextLine(
-        title=u"Category",
-        description=u"The action category of this action menu",
-        required=True)
-


More information about the z3-checkins mailing list