[Checkins] SVN: CMF/branches/2.1/CMFDefault/ - minor cleanup

Yvo Schubbe y.2007- at wcm-solutions.de
Tue Jul 3 09:46:58 EDT 2007


Log message for revision 77345:
  - minor cleanup

Changed:
  U   CMF/branches/2.1/CMFDefault/Image.py
  U   CMF/branches/2.1/CMFDefault/interfaces/_content.py

-=-
Modified: CMF/branches/2.1/CMFDefault/Image.py
===================================================================
--- CMF/branches/2.1/CMFDefault/Image.py	2007-07-03 13:46:53 UTC (rev 77344)
+++ CMF/branches/2.1/CMFDefault/Image.py	2007-07-03 13:46:57 UTC (rev 77345)
@@ -84,7 +84,7 @@
     __implements__ = ( PortalContent.__implements__
                      , DefaultDublinCoreImpl.__implements__
                      )
-    
+
     effective_date = expiration_date = None
     icon = PortalContent.icon
 

Modified: CMF/branches/2.1/CMFDefault/interfaces/_content.py
===================================================================
--- CMF/branches/2.1/CMFDefault/interfaces/_content.py	2007-07-03 13:46:53 UTC (rev 77344)
+++ CMF/branches/2.1/CMFDefault/interfaces/_content.py	2007-07-03 13:46:57 UTC (rev 77345)
@@ -16,7 +16,6 @@
 """
 
 from zope.interface import Interface
-from zope.interface import Attribute
 
 class IHTMLScrubber(Interface):
     """ Utility inteface for scrubbing user-supplied HTML.



More information about the Checkins mailing list