def __init__(self, rh, contribution): WPContributionModifBase.__init__(self, rh, contribution) self._aw = rh.getAW()
def getJSFiles(self): return WPContributionModifBase.getJSFiles(self) + \ self._includeJSPackage('Core') + \ self._includeJSPackage('Legacy')