コード例 #1
0
 def __init__(self, rh, contribution):
     WPContributionModifBase.__init__(self, rh, contribution)
     self._aw = rh.getAW()
コード例 #2
0
ファイル: contributionReviewing.py プロジェクト: NIIF/indico
 def __init__(self, rh, contribution):
     WPContributionModifBase.__init__(self, rh, contribution)
     self._aw = rh.getAW()
コード例 #3
0
 def getJSFiles(self):
     return WPContributionModifBase.getJSFiles(self) + \
         self._includeJSPackage('Core') + \
            self._includeJSPackage('Legacy')
コード例 #4
0
ファイル: contributionReviewing.py プロジェクト: NIIF/indico
 def getJSFiles(self):
     return WPContributionModifBase.getJSFiles(self) + \
         self._includeJSPackage('Core') + \
            self._includeJSPackage('Legacy')