Exemplo n.º 1
0
Arquivo: file.py Projeto: dbaty/Petrel
 def __init__(self):
     BaseContent.__init__(self)
     self.blob = Blob()
Exemplo n.º 2
0
 def get_searchable_text(self):
     ## FIXME: we should remove HTML tags from 'body', remove stop
     ## words, etc.
     return u' '.join((
             BaseContent.get_searchable_text(self), self.body))
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     BaseContent.__init__(self)
     BaseFolder.__init__(self, *args, **kwargs)