SVN: CMF/branches/2.1/CMFDefault/ - minor cleanup
Yvo Schubbe <[email protected]> Tue, 3 Jul 2007 09:46:58 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.cmf.cvs |
|---|---|
| Message-ID | <20070703134658.46FD5203780__24193.4280064472$1183470423$gmane$org@mail.zope.org> |
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.