Beispiel #1
0
 def __init__(self, *args, **kw):
     FluidDB.__init__(self, *args, **kw)
     self.agent = client.Agent(reactor)
Beispiel #2
0
 def __init__(self):
     FluidDB.__init__(self, 'http://testing')
     self.reqs = []
     self.resps = deque()
     self.default_response = FakeHttpLibResponse(200, 'text/plain', 'empty')
Beispiel #3
0
 def __init__(self, *args, **kw):
     FluidDB.__init__(self, *args, **kw)
     self.agent = client.Agent(reactor)
Beispiel #4
0
 def __init__(self):
     FluidDB.__init__(self, 'http://testing')
     self.reqs = []
     self.resps = deque()
     self.default_response = FakeHttpLibResponse(200, 'text/plain', 'empty')