From 27f58c1aa8d0b7c62c5c346f5cc50a6536dacbe9 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Mon, 25 Aug 2008 16:22:06 +0200 Subject: [PATCH] . --- questions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.py b/questions.py index 3161cd2..0a0ed6e 100755 --- a/questions.py +++ b/questions.py @@ -58,8 +58,8 @@ class Questions: return def AskQuestion(self,id): - q = self.questions[0].searchsorted (id) - print q[1] + #q = self.questions[0].searchsorted (id) + print "Q:"#,q[1] def __init__(self,filename="Questions/questions.xml"): self.filename=filename -- 2.11.4.GIT