server/schemahooks.py
changeset 2462 9e670072884d
parent 2456 aa25d6b244c8
child 2476 1294a6bdf3bf
--- a/server/schemahooks.py	Fri Jul 24 09:25:15 2009 +0200
+++ b/server/schemahooks.py	Fri Jul 24 09:28:59 2009 +0200
@@ -21,7 +21,7 @@
 from cubicweb.server.sqlutils import SQL_PREFIX
 from cubicweb.server.pool import Operation, SingleLastOperation, PreCommitOperation
 from cubicweb.server.hookhelper import (entity_attr, entity_name,
-                                     check_internal_entity)
+                                        check_internal_entity)
 
 # core entity and relation types which can't be removed
 CORE_ETYPES = list(BASE_TYPES) + ['CWEType', 'CWRType', 'CWUser', 'CWGroup',