Mercurial > p > roundup > code
comparison roundup/cgi/TAL/talgettext.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 | e816a232f988 |
| children | 3a407f0d5dad |
comparison
equal
deleted
inserted
replaced
| 4569:0470a2aa2c95 | 4570:6e3e4f24c753 |
|---|---|
| 41 from roundup.cgi.TAL.HTMLTALParser import HTMLTALParser | 41 from roundup.cgi.TAL.HTMLTALParser import HTMLTALParser |
| 42 from roundup.cgi.TAL.TALInterpreter import TALInterpreter | 42 from roundup.cgi.TAL.TALInterpreter import TALInterpreter |
| 43 from roundup.cgi.TAL.DummyEngine import DummyEngine | 43 from roundup.cgi.TAL.DummyEngine import DummyEngine |
| 44 #from ITALES import ITALESEngine | 44 #from ITALES import ITALESEngine |
| 45 from roundup.cgi.TAL.TALDefs import TALESError | 45 from roundup.cgi.TAL.TALDefs import TALESError |
| 46 | |
| 47 __version__ = '$Revision: 1.6 $' | |
| 48 | 46 |
| 49 pot_header = '''\ | 47 pot_header = '''\ |
| 50 # SOME DESCRIPTIVE TITLE. | 48 # SOME DESCRIPTIVE TITLE. |
| 51 # Copyright (C) YEAR ORGANIZATION | 49 # Copyright (C) YEAR ORGANIZATION |
| 52 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | 50 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
