summaryrefslogtreecommitdiff
path: root/admin/benchmarks.py
diff options
context:
space:
mode:
Diffstat (limited to 'admin/benchmarks.py')
-rw-r--r--admin/benchmarks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/benchmarks.py b/admin/benchmarks.py
index 2dd44cd..195fcc3 100644
--- a/admin/benchmarks.py
+++ b/admin/benchmarks.py
@@ -54,7 +54,7 @@ class BlankHandler(uh.HasRounds, uh.HasSalt, uh.GenericHandler):
def to_string(self):
return uh.render_mc3(self.ident, self.rounds, self.salt, self.checksum)
- def calc_checksum(self, password):
+ def _calc_checksum(self, password):
return unicode(password[0:1])
class AnotherHandler(BlankHandler):