diff -r b747f2532e03 -r 6a02be304486 cwvreg.py --- 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