From 3590d2aac8088baa58c75647441aeed11367659c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 30 Jan 2004 19:27:02 +0000 Subject: [PATCH] Slight stylistic updates. --- TODO | 4 +--- src/registry.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 3d5f44d9a..a0036c5e1 100644 --- a/TODO +++ b/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: diff --git a/src/registry.py b/src/registry.py index 975fd397d..22fcd39fe 100644 --- a/src/registry.py +++ b/src/registry.py @@ -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()