This debugging keeps creeping into commits.
- Legacy-Id: 496
This commit is contained in:
parent
b5e944ceaa
commit
89ad0b9112
|
@ -145,7 +145,6 @@ class Wizard( object ):
|
||||||
# Use HIGHEST_PROTOCOL because it's the most efficient. It requires
|
# Use HIGHEST_PROTOCOL because it's the most efficient. It requires
|
||||||
# Python 2.3, but Django requires 2.3 anyway, so that's OK.
|
# Python 2.3, but Django requires 2.3 anyway, so that's OK.
|
||||||
#pickled = pickle.dumps(data, protocol=pickle.HIGHEST_PROTOCOL)
|
#pickled = pickle.dumps(data, protocol=pickle.HIGHEST_PROTOCOL)
|
||||||
print "hashing %s" % data
|
|
||||||
pickled = str(data) #XXX
|
pickled = str(data) #XXX
|
||||||
return md5.new(pickled).hexdigest()
|
return md5.new(pickled).hexdigest()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue