UserModel: remove code duplication of User.get_by_username() UserModel.get_by_username() and User.get_by_username() implement the same logic and thus one sh...

patrickdp committed on 2015-06-01 15:40:31
branch: default
tag: tip
changeset: d7f13c2a
UserModel: remove code duplication of User.get_by_username()

UserModel.get_by_username() and User.get_by_username() implement the same
logic and thus one should use the other instead of duplicating.

 M kallithea/model/user.py (1 lines added, 10 lines removed)
_______________________________________________
kallithea-general mailing list
kallithea-general@sfconservancy.org
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to