[Checkins] SVN: zc.publication/branches/dev/examples/hello/hello.zcml Didn't need class declaration.

Jim Fulton jim at zope.com
Fri Jun 12 07:01:29 EDT 2009


Log message for revision 100896:
  Didn't need class declaration.
  

Changed:
  U   zc.publication/branches/dev/examples/hello/hello.zcml

-=-
Modified: zc.publication/branches/dev/examples/hello/hello.zcml
===================================================================
--- zc.publication/branches/dev/examples/hello/hello.zcml	2009-06-12 10:59:06 UTC (rev 100895)
+++ zc.publication/branches/dev/examples/hello/hello.zcml	2009-06-12 11:01:28 UTC (rev 100896)
@@ -2,9 +2,4 @@
    xmlns="http://namespaces.zope.org/zope"
    >
   <include package="zc.publication" />
-
-
-  <class class="hello.Hello">
-    <allow attributes="__call__" />
-  </class>
 </configure>



More information about the Checkins mailing list