mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Slight stylistic updates.
This commit is contained in:
parent
88ba40baad
commit
3590d2aac8
4
TODO
4
TODO
@ -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:
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user