~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/rst2html.py

  • Committer: Martin Pool
  • Date: 2007-12-07 06:56:37 UTC
  • mto: (3167.2.1 prepare-1.1rc1)
  • mto: This revision was merged to the branch mainline in revision 3168.
  • Revision ID: mbp@sourcefrog.net-20071207065637-yb7s7nzmm984fo5t
Remove dead comment

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, '')