_connect no longer takes a port argument
This commit is contained in:
parent
dbbf7c8406
commit
50553bc2ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue