rm duplicate

This commit is contained in:
Dann Bohn 2015-02-22 02:29:10 -05:00
parent b9bfb22a9d
commit 5da5fa15c6

View file

@ -56,7 +56,7 @@ class Connection(object):
transport_schemes = {
'http': [('kerberos', 'http'), ('plaintext', 'http'), ('plaintext', 'https')],
'https': [('kerberos', 'https'), ('plaintext', 'https'), ('plaintext', 'https')],
'https': [('kerberos', 'https'), ('plaintext', 'https')],
}
def __init__(self, runner, host, port, user, password, *args, **kwargs):