cubicweb/cwvreg.py
changeset 11249 0ff4c02a1871
parent 11057 0b59724cb3f2
child 11765 9cb215e833b0
--- a/cubicweb/cwvreg.py	Fri Feb 05 14:48:23 2016 +0100
+++ b/cubicweb/cwvreg.py	Thu May 19 14:21:21 2016 +0200
@@ -31,11 +31,9 @@
 from six import text_type, binary_type
 
 from logilab.common.decorators import cached, clear_cache
-from logilab.common.deprecation import deprecated, class_deprecated
+from logilab.common.deprecation import class_deprecated
 from logilab.common.modutils import cleanup_sys_modules
-from logilab.common.registry import (
-    RegistryStore, Registry, obj_registries,
-    ObjectNotFound, RegistryNotFound)
+from logilab.common.registry import RegistryStore, Registry, ObjectNotFound, RegistryNotFound
 
 from rql import RQLHelper
 from yams.constraints import BASE_CONVERTERS