24
24
"""Support class for exporting XPI files as .po files."""
25
25
implements(ITranslationFormatExporter)
27
29
def __init__(self, context=None):
28
30
super(XPIPOExporter, self).__init__(context=context)
29
31
# 'context' is ignored because it's only required by the way the