/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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-01-05 00:54:47 UTC
  • mfrom: (3092.4.4 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20080105005447-knh8rur0s7k5xfcl
Move ReleaseChecklist into the developer guide

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