server/schemaserial.py
changeset 9468 39b7a91a3f4c
parent 9463 d62e13eba033
child 9489 0581f6d2812e
--- a/server/schemaserial.py	Mon Jul 01 16:13:17 2013 +0200
+++ b/server/schemaserial.py	Thu Jan 23 12:32:16 2014 +0100
@@ -20,7 +20,6 @@
 __docformat__ = "restructuredtext en"
 
 import os
-from itertools import chain
 import json
 
 from logilab.common.shellutils import ProgressBar
@@ -28,9 +27,9 @@
 from yams import (BadSchemaDefinition, schema as schemamod, buildobjs as ybo,
                   schema2sql as y2sql)
 
-from cubicweb import CW_SOFTWARE_ROOT, Binary, typed_eid
+from cubicweb import Binary
 from cubicweb.schema import (KNOWN_RPROPERTIES, CONSTRAINTS, ETYPE_NAME_MAP,
-                             VIRTUAL_RTYPES, PURE_VIRTUAL_RTYPES)
+                             VIRTUAL_RTYPES)
 from cubicweb.server import sqlutils