Exemplo n.º 1
0
 def setUp(self):
     self.pipe = utility.XmlPipe()
Exemplo n.º 2
0
 def setUp(self):
     self.output = []
     self.pipe = utility.XmlPipe()
     self.xmlstream = self.pipe.sink
     self.authenticator = xmlstream.ConnectAuthenticator('example.org')
     self.xmlstream.authenticator = self.authenticator