Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/puzzle.py
diff options
context:
space:
mode:
Diffstat (limited to 'puzzle.py')
-rw-r--r--puzzle.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/puzzle.py b/puzzle.py
index 2022f10..3c1f5b0 100644
--- a/puzzle.py
+++ b/puzzle.py
@@ -34,9 +34,6 @@ class Puzzle:
print "Error"
print sys.exc_info()[0]
- def __str__(self):
- return self.question
-
def evaluateAnswer(self,answer):
return self.answer.lower()==answer.lower()