[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dublincore/zopedublincore.py
Removed ununderstandable XXX's. The code looks just fine.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jul 8 18:35:29 EDT 2004
Log message for revision 26259:
Removed ununderstandable XXX's. The code looks just fine.
-=-
Modified: Zope3/trunk/src/zope/app/dublincore/zopedublincore.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/zopedublincore.py 2004-07-08 22:35:05 UTC (rev 26258)
+++ Zope3/trunk/src/zope/app/dublincore/zopedublincore.py 2004-07-08 22:35:29 UTC (rev 26259)
@@ -175,21 +175,18 @@
def Type(self):
"See IZopeDublinCore"
- # XXX what is this?
return self.type
format = ScalarProperty(u'Format')
def Format(self):
"See IZopeDublinCore"
- # XXX what is this?
return self.format
identifier = ScalarProperty(u'Identifier')
def Identifier(self):
"See IZopeDublinCore"
- # XXX what is this?
return self.identifier
language = ScalarProperty(u'Language')
More information about the Zope3-Checkins
mailing list