skeleton/entities.py.tmpl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 12 Mar 2014 08:56:31 +0100
branchstable
changeset 9594 e549ef4be945
parent 8207 c04676b16c59
permissions -rw-r--r--
[testlib] Drop override of assertItemsEqual method The override is not compatible with underlying (standard) method because it builds sets and rely on eid. Closes #3641111.

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