skeleton/schema.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 22 Jul 2014 17:22:23 +0200
branchstable
changeset 9912 a84922befb89
parent 8207 c04676b16c59
permissions -rw-r--r--
Fix Binary.__eq__ (closes #4172701) Due to a typo we always returned true, which was unhelpful.

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