summaryrefslogtreecommitdiff
path: root/src/zope/i18n/interfaces/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/i18n/interfaces/__init__.py')
-rw-r--r--src/zope/i18n/interfaces/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/zope/i18n/interfaces/__init__.py b/src/zope/i18n/interfaces/__init__.py
index c5a3328..e717108 100644
--- a/src/zope/i18n/interfaces/__init__.py
+++ b/src/zope/i18n/interfaces/__init__.py
@@ -203,7 +203,6 @@ class IMessageImportFilter(Interface):
Classes implementing this interface should usually be Adaptors, as
they adapt the IEditableTranslationService interface."""
-
def importMessages(domains, languages, file):
"""Import all messages that are defined in the specified domains and
languages.
@@ -254,7 +253,6 @@ class IMessageExportFilter(Interface):
Classes implementing this interface should usually be Adaptors, as
they adapt the IEditableTranslationService interface."""
-
def exportMessages(domains, languages):
"""Export all messages that are defined in the specified domains and
languages.
@@ -326,7 +324,6 @@ class IFormat(Interface):
"""Format an object to a string using the pattern as a rule."""
-
class INumberFormat(IFormat):
r"""Specific number formatting interface. Here are the formatting
rules (I modified the rules from ICU a bit, since I think they did not