/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tools/rst2html.py

Merge up with bzr.dev.

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