Mercurial > p > roundup > code
diff roundup/cgi/TAL/talgettext.py @ 2351:97fae0466d97
more ZPT porting tweaks
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 21 May 2004 06:13:39 +0000 |
| parents | 8c2402a78bb0 |
| children | 0d302e93abd3 |
line wrap: on
line diff
--- a/roundup/cgi/TAL/talgettext.py Fri May 21 05:58:48 2004 +0000 +++ b/roundup/cgi/TAL/talgettext.py Fri May 21 06:13:39 2004 +0000 @@ -36,13 +36,13 @@ import getopt import traceback -from TAL.HTMLTALParser import HTMLTALParser -from TAL.TALInterpreter import TALInterpreter -from TAL.DummyEngine import DummyEngine +from roundup.cgi.TAL.HTMLTALParser import HTMLTALParser +from roundup.cgi.TAL.TALInterpreter import TALInterpreter +from roundup.cgi.TAL.DummyEngine import DummyEngine #from ITALES import ITALESEngine -from TAL.TALDefs import TALESError +from roundup.cgi.TAL.TALDefs import TALESError -__version__ = '$Revision: 1.1 $' +__version__ = '$Revision: 1.2 $' pot_header = '''\ # SOME DESCRIPTIVE TITLE.
