goa/rqlinterpreter.py
branchtls-sprint
changeset 1132 96752791c2b6
parent 1131 544609e83317
child 1133 8a409ea0c9ec
--- a/goa/rqlinterpreter.py	Mon Mar 23 17:38:30 2009 +0100
+++ b/goa/rqlinterpreter.py	Mon Mar 23 17:55:59 2009 +0100
@@ -1,7 +1,7 @@
 """provide a minimal RQL support for google appengine dbmodel
 
 :organization: Logilab
-:copyright: 2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 """
 __docformat__ = "restructuredtext en"
@@ -10,7 +10,6 @@
 from datetime import datetime
 
 from rql import RQLHelper, nodes
-from logilab.common.compat import any
 
 from cubicweb import Binary
 from cubicweb.rset import ResultSet