Changed showDefault to _showDefault.

This commit is contained in:
Jeremy Fincher 2004-09-30 20:03:54 +00:00
parent a30ad667ed
commit 54ccb01b5e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ def close(registry, filename, annotated=True, helpOnceOnly=False):
else:
lines.insert(0, '\n')
if hasattr(value, 'value'):
if value.showDefault:
if value._showDefault:
lines.append('#\n')
try:
original = value.value