Searched refs:registerATCT (Results 1 - 3 of 3) sorted by relevance

/ec/ECReviewBox/content/
H A DECReview.py16 from Products.ATContentTypes.content.base import registerATCT namespace
63 registerATCT(ECReview, PRODUCT_NAME)
H A DECReviewBox.py25 from Products.ATContentTypes.content.base import registerATCT namespace
347 registerATCT(ECReviewBox, PRODUCT_NAME)
/ec/ECQuiz/Products/ECQuiz/
H A Dtools.py31 from Products.ATContentTypes.content.base import registerATCT namespace
84 registerATCT(klass, config.PROJECTNAME)
85 log('Done: registerATCT(%s)' %klassName)
87 log('Failed: registerATCT(%s): %s' %(klassName, str(e)))

Completed in 19 milliseconds