common/appobject.py
changeset 447 0e52d72104a6
parent 237 3df2e0ae2eba
child 631 99f5852f8604
child 1808 aa09e20dd8c0
--- a/common/appobject.py	Mon Jan 19 19:57:41 2009 +0100
+++ b/common/appobject.py	Tue Jan 20 16:29:06 2009 +0100
@@ -1,7 +1,7 @@
 """Base class for dynamically loaded objects manipulated in the web interface
 
 :organization: Logilab
-:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 """
 __docformat__ = "restructuredtext en"
@@ -12,6 +12,8 @@
 from simplejson import dumps
 
 from logilab.common.deprecation import obsolete
+
+from rql.nodes import VariableRef, SubQuery
 from rql.stmts import Union, Select
 
 from cubicweb import Unauthorized