server/repository.py
branchstable
changeset 3757 122a01751d59
parent 3694 33dbb1da1db9
child 3777 3ef8cdb5fb1c
child 3877 7ca53fc72a0a
child 4212 ab6573088b4a
--- a/server/repository.py	Tue Oct 20 16:48:37 2009 +0200
+++ b/server/repository.py	Tue Oct 20 16:53:25 2009 +0200
@@ -24,6 +24,7 @@
 from time import time, localtime, strftime
 
 from logilab.common.decorators import cached
+from logilab.common.compat import any
 
 from yams import BadSchemaDefinition
 from rql import RQLSyntaxError