[CMF-checkins] CVS: CMF - Document.py:1.16

Jeffrey Shell jeffrey@digicool.com
Tue, 29 May 2001 10:55:16 -0400 (EDT)


Update of /cvs-repository/CMF/CMFDefault
In directory korak.digicool.com:/home/jeffrey/InstanceHomes/cmf-dev/CMF/CMFDefault

Modified Files:
	Document.py 
Log Message:
Added __version__ line.



--- Updated File Document.py in package CMF --
--- Document.py	2001/05/25 17:44:31	1.15
+++ Document.py	2001/05/29 14:55:15	1.16
@@ -82,8 +82,7 @@
 # attributions are listed in the accompanying credits file.
 # 
 ##############################################################################
-"""
-"""
+__version__ = "$Revision$"[11:-2]
 
 ADD_CONTENT_PERMISSION = 'Add portal content'