Mercurial > p > roundup > code
comparison roundup/scripts/roundup_gettext.py @ 4570:6e3e4f24c753
Remove keyword expansions from CVS. All regression tests passed afterwards.
| author | Eric S. Raymond <esr@thyrsus.com> |
|---|---|
| date | Wed, 16 Nov 2011 09:51:38 -0500 |
| parents | a7b755646ffd |
| children | 86ef4ab17dc5 |
comparison
equal
deleted
inserted
replaced
| 4569:0470a2aa2c95 | 4570:6e3e4f24c753 |
|---|---|
| 1 #! /usr/bin/env python | 1 #! /usr/bin/env python |
| 2 # | 2 # |
| 3 # Copyright 2004 Richard Jones (richard@mechanicalcat.net) | 3 # Copyright 2004 Richard Jones (richard@mechanicalcat.net) |
| 4 # | |
| 5 # $Id: roundup_gettext.py,v 1.1 2004-10-20 10:25:23 a1s Exp $ | |
| 6 | 4 |
| 7 """Extract translatable strings from tracker templates""" | 5 """Extract translatable strings from tracker templates""" |
| 8 | 6 |
| 9 import os | 7 import os |
| 10 import sys | 8 import sys |
