Ejemplo n.º 1
0
 def doWork(self, worker):
     response = http.openUrl(self.__url, self.__lastModified)
     self.__callback(response.getData(), response.getLastModified(), response.getExpires())
Ejemplo n.º 2
0
 def doWork(self, worker):
     response = http.openUrl(self.__url, self.__lastModified)
     self.__callback(response.getData(), response.getLastModified(),
                     response.getExpires())