skeleton/entities.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 06 Oct 2015 11:44:51 +0200
changeset 10775 4b3c1069bd4e
parent 8207 c04676b16c59
permissions -rw-r--r--
Fix md5crypt and crypt_password test for python3 Make sure to always work with bytes for hashing.

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s entity's classes"""