Update plone/dexterity/content.py

Oops.
This commit is contained in:
Malthe Borch 2012-11-23 14:32:50 +01:00
parent 8b85633bfe
commit 00a098bc15
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class DexterityContent(DAVResourceMixin, PortalContent, DefaultDublinCoreImpl, C
# such as __conform__ that we can disregard (because we
# wouldn't be in here if the class had such an attribute
# defined).
if not name.startswith('__'):
if name.startswith('__'):
raise AttributeError(name)
# attribute was not found; try to look it up in the schema and return