def startService(self):
     SimarglClient.startService(self)
 def startService(self):
     SimarglClient.startService(self)
     LoopingCall(self.loop).start(10)
    def startService(self):
        SimarglClient.startService(self)
        from twisted.internet import reactor

        reactor.connectTCP(self.host, int(self.port), self.factory)
    def startService(self):
        SimarglClient.startService(self)
        from twisted.internet import reactor

        reactor.connectTCP(self.host, int(self.port), self.factory)