cubicweb/entity.py
changeset 11129 97095348b3ee
parent 11109 c361260fe191
parent 11057 0b59724cb3f2
child 11167 e7514e949ad8
--- a/cubicweb/entity.py	Thu Feb 11 21:59:49 2016 +0100
+++ b/cubicweb/entity.py	Wed Feb 17 13:45:34 2016 +0100
@@ -20,7 +20,6 @@
 __docformat__ = "restructuredtext en"
 
 from warnings import warn
-from functools import partial
 
 from six import text_type, string_types, integer_types
 from six.moves import range