~toddy/bzr/bzr.i18n

« back to all changes in this revision

Viewing changes to tools/rst2html.py

  • Committer: Tobias Toedter
  • Date: 2008-02-10 08:01:48 UTC
  • mfrom: (2438.1.783 +trunk)
  • Revision ID: t.toedter@gmx.net-20080210080148-bg5rh61oq2zk2xw3
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
A minimal front end to the Docutils Publisher, producing HTML.
11
11
"""
12
12
 
13
 
# modified version for 
14
 
 
15
13
try:
16
14
    import locale
17
15
    locale.setlocale(locale.LC_ALL, '')