Skip to content

Commit

Permalink
Style: double newline between classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Pieters committed Feb 20, 2011
1 parent a04f589 commit 8c92e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zope/password/legacy.py
Expand Up @@ -112,6 +112,7 @@ def checkPassword(self, encoded_password, password):
def match(self, encoded_password):
return encoded_password.startswith('{CRYPT}')


class MySQLPasswordManager(object):
"""A MySQL digest manager.
Expand Down

0 comments on commit 8c92e8e

Please sign in to comment.