changeset 10666 | 7f6b5f023884 |
parent 10663 | 54b8a1f249fb |
child 10667 | c23dc4f7467a |
--- a/schema.py Fri Sep 11 18:01:36 2015 +0200 +++ b/schema.py Fri Sep 11 18:05:38 2015 +0200 @@ -19,7 +19,6 @@ from __future__ import print_function __docformat__ = "restructuredtext en" -_ = unicode import re from os.path import join, basename @@ -49,7 +48,7 @@ from rql.analyze import ETypeResolver import cubicweb -from cubicweb import ETYPE_NAME_MAP, ValidationError, Unauthorized +from cubicweb import ETYPE_NAME_MAP, ValidationError, Unauthorized, _ try: from cubicweb import server