diff -r d8de1ac21f36 -r 432f87a63057 cubicweb/schema.py --- a/cubicweb/schema.py Wed Oct 05 15:28:43 2016 +0200 +++ b/cubicweb/schema.py Fri Sep 30 18:25:08 2016 +0200 @@ -16,10 +16,9 @@ # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . """classes to define schemas for CubicWeb""" + from __future__ import print_function -__docformat__ = "restructuredtext en" - import re from os.path import join, basename from hashlib import md5