[Zope3-checkins] CVS: Zope3/lib/python/Zope/Publisher/HTTP - configure.zcml:1.3
Jim Fulton
jim@zope.com
Wed, 13 Nov 2002 15:38:28 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/HTTP
In directory cvs.zope.org:/tmp/cvs-serv3011/lib/python/Zope/Publisher/HTTP
Modified Files:
configure.zcml
Log Message:
fixed DOS line endings
=== Zope3/lib/python/Zope/Publisher/HTTP/configure.zcml 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Publisher/HTTP/configure.zcml:1.2 Thu Jun 20 11:55:09 2002
+++ Zope3/lib/python/Zope/Publisher/HTTP/configure.zcml Wed Nov 13 15:38:27 2002
@@ -1,17 +1,17 @@
-<zopeConfigure
- xmlns='http://namespaces.zope.org/zope'
->
-
- <content class=".HTTPRequest.">
- <require
- permission="Zope.View"
- interface=".IHTTPApplicationRequest."/>
- </content>
-
- <content class=".HTTPRequest.URLGetter">
- <require
- permission="Zope.View"
- attributes="get __getitem__ __str__" />
- </content>
-
-</zopeConfigure>
+<zopeConfigure
+ xmlns='http://namespaces.zope.org/zope'
+>
+
+ <content class=".HTTPRequest.">
+ <require
+ permission="Zope.View"
+ interface=".IHTTPApplicationRequest."/>
+ </content>
+
+ <content class=".HTTPRequest.URLGetter">
+ <require
+ permission="Zope.View"
+ attributes="get __getitem__ __str__" />
+ </content>
+
+</zopeConfigure>