[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Image - Image.py:NONE ImageData.py:NONE ImageEdit.py:NONE __init__.py:NONE edit.pt:NONE
   
    Jim Fulton
     
    jim@zope.com
       
    Thu, 9 May 2002 08:24:14 -0400
    
    
  
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Image
In directory cvs.zope.org:/tmp/cvs-serv21697/lib/python/Zope/App/OFS/Image
Removed Files:
      Tag: Zope-3x-branch
	Image.py ImageData.py ImageEdit.py __init__.py edit.pt 
Log Message:
Completed move of File, Image, and ZPT Page from Zope.App.OFS to
Zope.App.OFS.Content. Unfortunately, the move was started a couple of
months ago and not finished. The tests in the new location pointed to
the old location, as did one configuration directive in a new
configuration file.
What's especially disturbing is that some new work was done on the old
files since the split. This work will be lost. Whatever it was, it
couldn't have been important because it didn't affect any tests. :)
In the future, when moving things:
1. Copy files to the new location
2. Remove (cvs remove -f) files from the old location.
Then
3. Make necessary changes to code to reflect the move.
Removing the old copy before debugging will prevent accidental
dependencies on the old code.
=== Removed File Zope3/lib/python/Zope/App/OFS/Image/Image.py ===
=== Removed File Zope3/lib/python/Zope/App/OFS/Image/ImageData.py ===
=== Removed File Zope3/lib/python/Zope/App/OFS/Image/ImageEdit.py ===
=== Removed File Zope3/lib/python/Zope/App/OFS/Image/__init__.py ===
=== Removed File Zope3/lib/python/Zope/App/OFS/Image/edit.pt ===