_connect no longer takes a port argument

This commit is contained in:
Toshio Kuratomi 2015-12-01 09:11:47 -08:00
parent dbbf7c8406
commit 50553bc2ba

View file

@ -45,7 +45,7 @@ class Connection(ConnectionBase):
''' used to identify this connection object '''
return 'local'
def _connect(self, port=None):
def _connect(self):
''' connect to the local host; nothing to do here '''
# Because we haven't made any remote connection we're running as