cwvreg.py
changeset 8930 6a02be304486
parent 8913 409ea1ed9832
child 9256 697a8181ba30
child 9926 93a44cf0d030
--- a/cwvreg.py	Thu Apr 25 17:30:09 2013 +0200
+++ b/cwvreg.py	Thu Apr 25 14:10:55 2013 +0200
@@ -197,14 +197,14 @@
 from os.path import join, dirname, realpath
 from warnings import warn
 from datetime import datetime, date, time, timedelta
-from functools import partial, reduce
+from functools import reduce
 
 from logilab.common.decorators import cached, clear_cache
 from logilab.common.deprecation import deprecated, class_deprecated
 from logilab.common.modutils import cleanup_sys_modules
 from logilab.common.registry import (
     RegistryStore, Registry, obj_registries,
-    ObjectNotFound, NoSelectableObject, RegistryNotFound)
+    ObjectNotFound, RegistryNotFound)
 
 from rql import RQLHelper
 from yams.constraints import BASE_CONVERTERS