Rename connection class level socket attribute to _sock.

This matches the renaming done in 93297cc5af.
This commit is contained in:
Hanno Schlichting
2016-05-22 14:40:30 +02:00
parent 776b9e68a8
commit 3588bab324

View File

@@ -522,7 +522,7 @@ class Connection(object):
connect().
"""
socket = None
_sock = None
_auth_plugin_name = ''
def __init__(self, host=None, user=None, password="",