schemas/Bookmark.py
changeset 2297 4cf57dd80650
parent 2144 51c84d585456
child 3877 7ca53fc72a0a
child 4212 ab6573088b4a
--- a/schemas/Bookmark.py	Tue Jul 07 11:36:26 2009 +0200
+++ b/schemas/Bookmark.py	Tue Jul 07 11:36:51 2009 +0200
@@ -8,7 +8,8 @@
 __docformat__ = "restructuredtext en"
 _ = unicode
 
-from yams.buildobjs import EntityType, RelationType, String
+from yams.buildobjs import EntityType, RelationType, SubjectRelation, String
+from cubicweb.schema import RRQLExpression
 
 class Bookmark(EntityType):
     """bookmarks are used to have user's specific internal links"""