Code

merge Zope Collector #580 fix from ZPT CVS trunk
[roundup.git] / roundup / i18n.py
index 81edf78477a6d08366bbc3c6f4d75e9f242f5fc2..8203d956b86bde4a8e16f2879a50674a4d65c282 100644 (file)
@@ -15,9 +15,9 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: i18n.py,v 1.1 2001-11-21 22:57:29 jhermann Exp $
+# $Id: i18n.py,v 1.3 2002-09-10 00:18:20 richard Exp $
 
-"""
+__doc__ = """
 RoundUp Internationalization (I18N)
 
 To use this module, the following code should be used:
@@ -48,3 +48,4 @@ else:
     # and for now, we JUST implement the dummy in any case
     _ = lambda text: text
 
+# vim: set filetype=python ts=4 sw=4 et si