def __init__(self, error=None):
     BugzillaRemoteComponentScraper.__init__(
         self, "http://www.example.com")
     self.error = error
Exemplo n.º 2
0
 def __init__(self, error=None):
     BugzillaRemoteComponentScraper.__init__(self, "http://www.example.com")
     self.error = error
 def __init__(self):
     BugzillaRemoteComponentScraper.__init__(
         self, "http://www.example.com")
Exemplo n.º 4
0
 def __init__(self):
     BugzillaRemoteComponentScraper.__init__(self, "http://www.example.com")