[Zope-CVS] CVS: Products/ExternalEditor - zopeedit.py:1.47

Casey Duncan casey at zope.com
Mon May 3 15:23:33 EDT 2004


Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv21280

Modified Files:
	zopeedit.py 
Log Message:
Move top comment to docstring and bump up version number


=== Products/ExternalEditor/zopeedit.py 1.46 => 1.47 ===
--- Products/ExternalEditor/zopeedit.py:1.46	Mon May  3 15:13:04 2004
+++ Products/ExternalEditor/zopeedit.py	Mon May  3 15:23:32 2004
@@ -12,12 +12,11 @@
 # FOR A PARTICULAR PURPOSE.
 # 
 ##############################################################################
-"""$Id$
-"""
+"""Zope External Editor Helper Application by Casey Duncan
 
-# Zope External Editor Helper Application by Casey Duncan
+$Id$"""
 
-__version__ = '0.7'
+__version__ = '0.8'
 
 import sys, os, re
 import traceback




More information about the Zope-CVS mailing list