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

Slightly simplified CLI-frontend class.
author cmlenz
date Thu, 21 Jun 2007 16:12:38 +0000
parents b5659b7779be
children 47f6c31e9a24
line wrap: on
line diff
--- a/babel/messages/pofile.py
+++ b/babel/messages/pofile.py
@@ -33,6 +33,7 @@
 
 __all__ = ['unescape', 'denormalize', 'read_po', 'escape', 'normalize',
            'write_po']
+__docformat__ = 'restructuredtext en'
 
 def unescape(string):
     r"""Reverse `escape` the given string.
Copyright (C) 2012-2017 Edgewall Software