Exemplo n.º 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)
Exemplo n.º 2
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)
Exemplo n.º 3
0
 def __init__(self):
     PiwikStatisticsImplementation.__init__(self)
     self.setAPIRecordMode()
     self.setAPITime()
Exemplo n.º 4
0
 def __init__(self):
     PiwikStatisticsImplementation.__init__(self)
     self.setAPIRecordMode()
     self.setAPITime()