opental-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OpenTAL-checkins] opental/PlacelessTranslationService __init__.py...


From: Fernando Lalo Martins
Subject: [OpenTAL-checkins] opental/PlacelessTranslationService __init__.py...
Date: Fri, 26 Sep 2003 11:31:01 -0400

CVSROOT:        /cvsroot/opental
Module name:    opental
Branch:         
Changes by:     Fernando Lalo Martins <address@hidden>  03/09/26 11:31:01

Modified files:
        PlacelessTranslationService: __init__.py 
Added files:
        PlacelessTranslationService: TranslateTags.py 

Log message:
        Preliminary support for DTML

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/PlacelessTranslationService/TranslateTags.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/PlacelessTranslationService/__init__.py.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: opental/PlacelessTranslationService/__init__.py
diff -u opental/PlacelessTranslationService/__init__.py:1.15 
opental/PlacelessTranslationService/__init__.py:1.16
--- opental/PlacelessTranslationService/__init__.py:1.15        Fri Sep 26 
11:24:53 2003
+++ opental/PlacelessTranslationService/__init__.py     Fri Sep 26 11:31:01 2003
@@ -16,7 +16,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
 __version__ = '''
-$Id: __init__.py,v 1.15 2003/09/26 15:24:53 lalo Exp $
+$Id: __init__.py,v 1.16 2003/09/26 15:31:01 lalo Exp $
 '''.strip()
 
 from OFS.Application import get_products
@@ -109,3 +109,5 @@
     # notify anyone who needs it
     for function in notify_initialized:
         function()
+
+import TranslateTags




reply via email to

[Prev in Thread] Current Thread [Next in Thread]