[Zope3-checkins] CVS: Zope3/src/zope/i18n/interfaces -
__init__.py:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Feb 24 09:07:22 EST 2004
Update of /cvs-repository/Zope3/src/zope/i18n/interfaces
In directory cvs.zope.org:/tmp/cvs-serv29509/i18n/interfaces
Modified Files:
__init__.py
Log Message:
Removed unused interface, removed white space, improved comments and doc strings
=== Zope3/src/zope/i18n/interfaces/__init__.py 1.1 => 1.2 ===
--- Zope3/src/zope/i18n/interfaces/__init__.py:1.1 Thu Feb 5 17:52:22 2004
+++ Zope3/src/zope/i18n/interfaces/__init__.py Tue Feb 24 09:07:21 2004
@@ -15,10 +15,8 @@
$Id$
"""
-import re
from zope.interface import Interface, Attribute
-from zope.schema import TextLine, Text, Int, Dict, Tuple, List
-from zope.schema import Container, Datetime, Date, EnumeratedTextLine
+from zope.schema import TextLine, Dict, EnumeratedTextLine
class II18nAware(Interface):
@@ -333,13 +331,6 @@
u'minusSign', u'exponential', u'perMille',
u'infinity', u'nan')),
value_type=TextLine(title=u"Symbol"))
-
-
-class ICurrencyFormat(INumberFormat):
- """Special currency parsing class."""
-
- currency = Attribute("""This object must implement ILocaleCurrency. See
- this interface's documentation for details.""")
class IDateTimeFormat(IFormat):
More information about the Zope3-Checkins
mailing list