[Zope-CVS] CVS: Products/ExternalEditor - CHANGES.txt:1.17 zopeedit.py:1.28
Casey Duncan
casey@zope.com
Tue, 25 Jun 2002 09:27:19 -0400
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv2541
Modified Files:
CHANGES.txt zopeedit.py
Log Message:
Fixed bug setting the editor on Unix
=== Products/ExternalEditor/CHANGES.txt 1.16 => 1.17 ===
+ - Fixed bug setting the editor on Posix platforms.
+
6/24/02 - 0.4 Release
- Added --version command line argument
=== Products/ExternalEditor/zopeedit.py 1.27 => 1.28 ===
if not editor:
sys.exit(0)
- self.config.set('general', 'editor', path)
+ self.config.set('general', 'editor', editor)
self.config.save()
if editor is not None: