X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Fi18n.py;h=8203d956b86bde4a8e16f2879a50674a4d65c282;hb=429f34ed2930c3712619b36894c4275e8567863b;hp=81edf78477a6d08366bbc3c6f4d75e9f242f5fc2;hpb=e3da4e6ad57db72b48a015903faebe28cb10cb91;p=roundup.git diff --git a/roundup/i18n.py b/roundup/i18n.py index 81edf78..8203d95 100644 --- a/roundup/i18n.py +++ b/roundup/i18n.py @@ -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