Do not subclass object

This commit is contained in:
Dennis Camera 2020-06-20 21:16:23 +02:00
commit ce07021580
18 changed files with 19 additions and 22 deletions

View file

@ -41,7 +41,7 @@ def hostfile_process_line(line, strip_func=str.strip):
return None
class HostSource(object):
class HostSource:
"""
Host source object.
Source can be a sequence or filename (stdin if \'-\').