[Zope3-checkins] CVS: Zope3/src/zope/app/component - globalinterfaceservice.py:1.10

Sidnei da Silva sidnei@x3ng.com.br
Tue, 20 May 2003 15:43:57 -0400


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

Modified Files:
	globalinterfaceservice.py 
Log Message:
More work on DAV support. Got it mostly working, but I cannot commit before writing tests :) Also, added OPTIONS view, and whitespace cleanup here and there.

=== Zope3/src/zope/app/component/globalinterfaceservice.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/component/globalinterfaceservice.py:1.9	Tue May 13 13:08:33 2003
+++ Zope3/src/zope/app/component/globalinterfaceservice.py	Tue May 20 15:43:25 2003
@@ -15,6 +15,8 @@
 $Id$
 """
 
+__metaclass__ = type
+
 from zope.component.exceptions import ComponentLookupError
 from zope.app.interfaces.component import IGlobalInterfaceService