schema.py
branchtls-sprint
changeset 1138 22f634977c95
parent 1133 8a409ea0c9ec
child 1398 5fe84a5f7035
--- a/schema.py	Mon Mar 23 18:53:53 2009 +0100
+++ b/schema.py	Wed Mar 25 10:40:22 2009 +0100
@@ -22,6 +22,7 @@
 from rql import parse, nodes, RQLSyntaxError, TypeResolverException
 
 from cubicweb import ETYPE_NAME_MAP, ValidationError, Unauthorized
+from cubicweb import set_log_methods
 
 # XXX <3.2 bw compat
 from yams import schema
@@ -981,8 +982,6 @@
 CONSTRAINTS['FormatConstraint'] = FormatConstraint
 PyFileReader.context['format_constraint'] = format_constraint
 
-from logging import getLogger
-from cubicweb import set_log_methods
 set_log_methods(CubicWebSchemaLoader, getLogger('cubicweb.schemaloader'))
 set_log_methods(BootstrapSchemaLoader, getLogger('cubicweb.bootstrapschemaloader'))
 set_log_methods(RQLExpression, getLogger('cubicweb.schema'))