[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST - ZReST.py:1.1.2.5

Andreas Jung andreas@andreas-jung.com
Thu, 30 Jan 2003 14:00:26 -0500


Update of /cvs-repository/Zope/lib/python/Products/ZReST
In directory cvs.zope.org:/tmp/cvs-serv12800

Modified Files:
      Tag: ajung-restructuredtext-integration-branch
	ZReST.py 
Log Message:
forgot to import sys


=== Zope/lib/python/Products/ZReST/ZReST.py 1.1.2.4 => 1.1.2.5 ===
--- Zope/lib/python/Products/ZReST/ZReST.py:1.1.2.4	Thu Jan 30 13:10:57 2003
+++ Zope/lib/python/Products/ZReST/ZReST.py	Thu Jan 30 14:00:24 2003
@@ -18,6 +18,7 @@
 from AccessControl import ClassSecurityInfo
 from AccessControl import ModuleSecurityInfo
 from DateTime.DateTime import DateTime
+import sys
 modulesecurity = ModuleSecurityInfo()
 
 modulesecurity.declareProtected('View management screens',
@@ -265,6 +266,9 @@
 
 #
 # $Log$
+# Revision 1.1.2.5  2003/01/30 19:00:24  andreasjung
+# forgot to import sys
+#
 # Revision 1.1.2.4  2003/01/30 18:10:57  andreasjung
 # using Pythons  default encoding instead of the docutils defaults
 #