Skip to content

Commit

Permalink
Change class to new-style
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Sep 1, 2016
1 parent 8230824 commit a7718bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def after_confirmation(self, confirmation):
user.save()


class ChangePasswordMixin():
class ChangePasswordMixin(object):
"""
Mixin handling common elements of password change.
Expand Down

0 comments on commit a7718bc

Please sign in to comment.