Remove usage of backticks.

This commit is contained in:
Brett Cannon 2006-08-25 02:59:59 +00:00
parent db60d6e2aa
commit 0b70cca9f8
13 changed files with 14 additions and 16 deletions

View file

@ -209,7 +209,7 @@ class Machiavelli:
# Tim sez: "luck of the draw; crashes with or without for me."
print >> f
return `"machiavelli"`
return repr("machiavelli")
def __hash__(self):
return 0