[Telepathy-commits] [telepathy-spec/master] Fix up case of the stoopids
Davyd Madeley
davyd at madeley.id.au
Mon Mar 23 12:29:20 PDT 2009
---
tools/specparser.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/specparser.py b/tools/specparser.py
index 722f25e..82de15c 100644
--- a/tools/specparser.py
+++ b/tools/specparser.py
@@ -128,10 +128,10 @@ class PossibleError (base):
return spec.errors[self.name]
def get_url (self):
- self.get_error ().get_url ()
+ return self.get_error ().get_url ()
def get_title (self):
- self.get_error ().get_title ()
+ return self.get_error ().get_title ()
def get_docstring (self):
d = super (PossibleError, self).get_docstring ()
--
1.5.6.5
More information about the telepathy-commits
mailing list