skeleton/schema.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 15 May 2012 17:37:49 +0200
branchstable
changeset 8414 e7243ed7bb0a
parent 8207 c04676b16c59
permissions -rw-r--r--
Fixes for compatibility with passlib 1.6 (closes #2356393) Somebody missed the memo about API backwards compatibility: - calc_checksum is renamed _calc_checksum - passlib.utils.handlers.GenericHandler strict keyword removed - bytes vs str vs unicode issues

# -*- 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 schema"""