[Zope3-checkins] CVS: Zope3/src/zope/app/translation_files - extract.py:1.17

Marius Gedminas marius at pov.lt
Fri Apr 2 09:03:30 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/translation_files
In directory cvs.zope.org:/tmp/cvs-serv22563/src/zope/app/translation_files

Modified Files:
	extract.py 
Log Message:
s/__meta_class__/__metaclass__/



=== Zope3/src/zope/app/translation_files/extract.py 1.16 => 1.17 ===
--- Zope3/src/zope/app/translation_files/extract.py:1.16	Thu Feb 19 10:20:37 2004
+++ Zope3/src/zope/app/translation_files/extract.py	Fri Apr  2 09:03:29 2004
@@ -27,7 +27,7 @@
 from interfaces import IPOTEntry, IPOTMaker, ITokenEater
 from zope.interface import implements
 
-__meta_class__ = type
+__metaclass__ = type
 
 DEFAULT_CHARSET = 'UTF-8'
 DEFAULT_ENCODING = '8bit'




More information about the Zope3-Checkins mailing list