Removed line that wasn't absolutely necessary and seemed to be causing trouble.

This commit is contained in:
Jeremy Fincher 2004-01-30 06:12:16 +00:00
parent ec288430df
commit 1f934bf55e
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class Value(object):
self.default = default
self.help = utils.normalizeWhitespace(help.strip())
self.setValue(default)
self.set(str(self)) # This is needed.
def set(self, s):
"""Override this with a function to convert a string to whatever type