[Zope3-checkins] CVS: Zope3/src/zope/app/fssync - meta.zcml:1.3

Jim Fulton jim@zope.com
Mon, 28 Jul 2003 18:22:08 -0400


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

Modified Files:
	meta.zcml 
Log Message:
Don't need to escape Python keywords in meta configuration directives.


=== Zope3/src/zope/app/fssync/meta.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/fssync/meta.zcml:1.2	Mon May  5 14:01:01 2003
+++ Zope3/src/zope/app/fssync/meta.zcml	Mon Jul 28 18:21:33 2003
@@ -4,7 +4,7 @@
 
     <directive
       name="adapter"
-      attributes="class_ factory"
+      attributes="class factory"
       handler=".fsdirective.registerFSRegistry"
       />