mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Can't use super on old style classes
This commit is contained in:
@@ -210,7 +210,7 @@ except ImportError:
|
||||
|
||||
class UnixHTTPConnection(HTTPConnection):
|
||||
def __init__(self, path, timeout=None):
|
||||
super(UnixHTTPConnection, self).__init__('localhost', timeout=timeout)
|
||||
HTTPConnection.__init__(self, 'localhost', timeout=timeout)
|
||||
self.path = path
|
||||
|
||||
def connect(self):
|
||||
|
||||
Reference in New Issue
Block a user