[Zope3-checkins] CVS: Zope3/lib/python/Zope/Publisher - Exceptions.py:1.2.14.1

Naveen P pnaveen@zeomega.com
Wed, 16 Oct 2002 03:05:42 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher
In directory cvs.zope.org:/tmp/cvs-serv1744/lib/python/Zope/Publisher

Modified Files:
      Tag: FileSystemSync-branch
	Exceptions.py 
Log Message:
Synchronization adapter for ZPT is added.


=== Zope3/lib/python/Zope/Publisher/Exceptions.py 1.2 => 1.2.14.1 ===
--- Zope3/lib/python/Zope/Publisher/Exceptions.py:1.2	Mon Jun 10 19:29:31 2002
+++ Zope3/lib/python/Zope/Publisher/Exceptions.py	Wed Oct 16 03:05:42 2002
@@ -95,3 +95,12 @@
 
     def __str__(self):
         return repr(self.orig_exc)
+
+
+
+
+
+
+
+
+