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: Thu, 27 Feb 2003 20:45:48 -0500

CVSROOT:        /cvsroot/opental
Module name:    opental
Changes by:     Fernando Lalo Martins <address@hidden>  03/02/27 20:45:48

Modified files:
        PlacelessTranslationService: __init__.py 

Log message:
        typo

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/PlacelessTranslationService/__init__.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: opental/PlacelessTranslationService/__init__.py
diff -u opental/PlacelessTranslationService/__init__.py:1.6 
opental/PlacelessTranslationService/__init__.py:1.7
--- opental/PlacelessTranslationService/__init__.py:1.6 Thu Feb 27 20:37:43 2003
+++ opental/PlacelessTranslationService/__init__.py     Thu Feb 27 20:45:45 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.6 2003/02/28 01:37:43 lalo Exp $
+$Id: __init__.py,v 1.7 2003/02/28 01:45:45 lalo Exp $
 '''.strip()
 
 from AccessControl import ModuleSecurityInfo, allow_module, allow_class, 
allow_type
@@ -57,7 +57,7 @@
     # hook into the Control Panel
     cp = Zope.app().Control_Panel
     if cp_id not in cp.objectIds():
-        make_translation_service(cpl)
+        make_translation_service(cp)
     pkg.translation_service = getattr(cp, cp_id)
 
     instance_version = getattr(translation_service, '_instance_version', (0, 
4, 0, 0))




reply via email to

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