X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/f263f51648eef9739caa92e19ec45b32d7a1e49e..490b45cdc311a09db0266a3f974289e3979bf2ea:/floof/model/search.py diff --git a/floof/model/search.py b/floof/model/search.py index fb86f35..37f2d5f 100644 --- a/floof/model/search.py +++ b/floof/model/search.py @@ -10,13 +10,6 @@ class SavedSearch(Entity): def __unicode__(self): return self.string - @property - def results(self): - # This caused some cyclic dependencies when I tried importing it - # at the module level. I wonder why that is... - from floof.lib.search import do_search - return do_search(self.string) - class GalleryWidget(Entity):