예제 #1
0
 def _buildAPIPath(self, server='secondary'):
     """
     Overridden to ensure that all API calls use the secondary server if
     defined and selected for use.
     """
     PiwikStatisticsImplementation._buildAPIPath(self, server)
예제 #2
0
파일: queries.py 프로젝트: arturodr/indico
 def _buildAPIPath(self, server='secondary'):
     """
     Overridden to ensure that all API calls use the secondary server if
     defined and selected for use.
     """
     PiwikStatisticsImplementation._buildAPIPath(self, server)
예제 #3
0
 def __init__(self):
     PiwikStatisticsImplementation.__init__(self)
     self.setAPIRecordMode()
     self.setAPITime()
예제 #4
0
파일: queries.py 프로젝트: arturodr/indico
 def __init__(self):
     PiwikStatisticsImplementation.__init__(self)
     self.setAPIRecordMode()
     self.setAPITime()