From f0a520711747bb7812d601a09b6fa5c3c11ad62c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 27 Aug 2004 04:32:50 +0000 Subject: [PATCH] Let's setValue by default, that's more useful. --- src/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registry.py b/src/registry.py index 77e81335c..94f8ed4f7 100644 --- a/src/registry.py +++ b/src/registry.py @@ -276,7 +276,7 @@ class Value(Group): def set(self, s): """Override this with a function to convert a string to whatever type you want, and call self.setValue to set the value.""" - raise NotImplementedError + self.setValue(s) def setValue(self, v): """Check conditions on the actual value type here. I.e., if you're a