diff babel/messages/mofile.py @ 163:2faa5dc63068

Slightly simplified CLI-frontend class.
author cmlenz
date Thu, 21 Jun 2007 16:12:38 +0000
parents 661cb602781d
children aed3b2b06d19
line wrap: on
line diff
--- a/babel/messages/mofile.py
+++ b/babel/messages/mofile.py
@@ -20,6 +20,9 @@
 import array
 import struct
 
+__all__ = ['write_mo']
+__docformat__ = 'restructuredtext en'
+
 def write_mo(fileobj, catalog, use_fuzzy=False):
     """Write a catalog to the specified file-like object using the GNU MO file
     format.
Copyright (C) 2012-2017 Edgewall Software