[Checkins] SVN: Zope/branches/philikon-local-components/lib/python/App/ImageFile.py New import location of zope.app.contenttypes/zope.app.content_types.

Philipp von Weitershausen philikon at philikon.de
Wed Apr 19 09:57:45 EDT 2006


Log message for revision 67132:
  New import location of zope.app.contenttypes/zope.app.content_types.
  

Changed:
  U   Zope/branches/philikon-local-components/lib/python/App/ImageFile.py

-=-
Modified: Zope/branches/philikon-local-components/lib/python/App/ImageFile.py
===================================================================
--- Zope/branches/philikon-local-components/lib/python/App/ImageFile.py	2006-04-19 13:53:43 UTC (rev 67131)
+++ Zope/branches/philikon-local-components/lib/python/App/ImageFile.py	2006-04-19 13:57:45 UTC (rev 67132)
@@ -26,7 +26,7 @@
 from Common import rfc1123_date
 from DateTime import DateTime
 
-from zope.app.contenttypes import guess_content_type
+from zope.contenttype import guess_content_type
 
 class ImageFile(Acquisition.Explicit):
     """Image objects stored in external files."""



More information about the Checkins mailing list