Commit 8c03c349 authored by Michel Pelletier's avatar Michel Pelletier

took out aq_base.

parent b876651e
......@@ -179,10 +179,6 @@ class CatalogAware:
if hasattr(self, self.default_catalog):
getattr(self, self.default_catalog).uncatalog_object(self.url())
def aq_base(ob):
if hasattr(ob, 'aq_base'):
return ob.aq_base
return ob
def reindex_all(self, obj=None):
""" """
......@@ -200,3 +196,6 @@ class CatalogAware:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment