Slight stylistic updates.

This commit is contained in:
Jeremy Fincher 2004-01-30 19:27:02 +00:00
parent 88ba40baad
commit 3590d2aac8
2 changed files with 2 additions and 4 deletions

4
TODO
View File

@ -3,9 +3,7 @@ the more likely it'll be done before next release):
Update the database infrastructure to allow other RDBMSes.
Improved (and perhaps integrated Services and Enforcer plugins.
Improved (and perhaps integrated) Services and Enforcer plugins.
To be done as soon as someone with the necessary expertise is found to
help us:

View File

@ -121,7 +121,7 @@ class Value(object):
# TODO: Check _lastModified to see if stuff needs to be reloaded from
# the _cache.
return self.value
class Boolean(Value):
def set(self, s):
s = s.lower()