who needs newlines...?

This commit is contained in:
Johannes Findeisen 2013-06-10 05:20:50 +02:00
commit f9b2f2e0ed
3 changed files with 4 additions and 13 deletions

View file

@ -12,7 +12,6 @@ from service import Service
class TcpconnectService(Service):
def __init__(self, parser, log, **kwargs):
super(Service, self).__init__(parser)
if "port" in kwargs:
self.port = kwargs["port"]
else: