#from Products.ATContentTypes.interfaces import IATContentType from Products.ATContentTypes.interfaces import IATDocument # This is a marker interface. By having HouseAcctsView declare that it # implements IHouseAcctsView, we are asserting that it also supports # IATContentType and everything that interface declares #class IHouseAcctsView(IATContentType): class IHouseAcctsView(IATDocument): """HouseAcctsView marker interface """ pass