[Checkins] SVN: zope.app.i18n/trunk/ Remove old metadirectives module.

Dan Korostelev nadako at gmail.com
Wed Mar 18 08:54:27 EDT 2009


Log message for revision 98228:
  Remove old metadirectives module.

Changed:
  U   zope.app.i18n/trunk/CHANGES.txt
  D   zope.app.i18n/trunk/src/zope/app/i18n/metadirectives.py

-=-
Modified: zope.app.i18n/trunk/CHANGES.txt
===================================================================
--- zope.app.i18n/trunk/CHANGES.txt	2009-03-18 12:51:22 UTC (rev 98227)
+++ zope.app.i18n/trunk/CHANGES.txt	2009-03-18 12:54:27 UTC (rev 98228)
@@ -20,6 +20,9 @@
 - Depend on zope.component >= 3.6 instead of zope.app.component as the
   `queryNextUtility` function was moved there. 
 
+- Remove the old ``zope.app.i18n.metadirectives`` module as the directive was
+  moved to ``zope.i18n`` ages ago.
+
 3.5.0 (2009-02-01)
 ------------------
 

Deleted: zope.app.i18n/trunk/src/zope/app/i18n/metadirectives.py
===================================================================
--- zope.app.i18n/trunk/src/zope/app/i18n/metadirectives.py	2009-03-18 12:51:22 UTC (rev 98227)
+++ zope.app.i18n/trunk/src/zope/app/i18n/metadirectives.py	2009-03-18 12:54:27 UTC (rev 98228)
@@ -1,29 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2003 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.
-#
-##############################################################################
-"""``i18n`` ZCML namespace directive interfaces
-
-$Id$
-"""
-__docformat__ = 'restructuredtext'
-from zope.interface import Interface
-from zope.configuration.fields import Path
-
-class IRegisterTranslationsDirective(Interface):
-    """Register translations with the global site manager."""
-
-    directory = Path(
-        title=u"Directory",
-        description=u"Directory containing the translations",
-        required=True
-        )



More information about the Checkins mailing list