[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/browser/search/vocab.py - removed unused file

Yvo Schubbe cvs-admin at zope.org
Wed Sep 26 07:10:44 UTC 2012


Log message for revision 127892:
  - removed unused file

Changed:
  D   Products.CMFDefault/trunk/Products/CMFDefault/browser/search/vocab.py

-=-
Deleted: Products.CMFDefault/trunk/Products/CMFDefault/browser/search/vocab.py
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/browser/search/vocab.py	2012-09-26 05:56:39 UTC (rev 127891)
+++ Products.CMFDefault/trunk/Products/CMFDefault/browser/search/vocab.py	2012-09-26 07:10:40 UTC (rev 127892)
@@ -1,24 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2010 Zope Foundation and Contributors.
-#
-# 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.
-#
-##############################################################################
-"""Vocabularies for portal search form"""
-
-from datetime import date, timedelta
-
-from DateTime import DateTime
-
-from zope.schema.vocabulary import SimpleTerm, SimpleVocabulary
-
-from Products.CMFCore.utils import MessageFactory as _
-
-
-



More information about the checkins mailing list