mirror of
https://github.com/romanz/amodem.git
synced 2026-03-23 10:41:01 +08:00
Don't inheric from 'object' (after deprecating Python 2.x support)
This commit is contained in:
@@ -39,7 +39,7 @@ def unix_domain_socket_server(sock_path):
|
||||
remove_file(sock_path)
|
||||
|
||||
|
||||
class FDServer(object):
|
||||
class FDServer:
|
||||
"""File-descriptor based server (for NeoPG)."""
|
||||
|
||||
def __init__(self, fd):
|
||||
|
||||
Reference in New Issue
Block a user