Merge branch 'lint/py3-classes' into 'master'
Consequently use Python 3-style classes See merge request ungleich-public/cdist!898
This commit is contained in:
commit
d478bef8a6
18 changed files with 19 additions and 22 deletions
|
|
@ -56,7 +56,7 @@ class DefaultList(list):
|
|||
return cls(initial.split('\n'))
|
||||
|
||||
|
||||
class Emulator(object):
|
||||
class Emulator:
|
||||
def __init__(self, argv, stdin=sys.stdin.buffer, env=os.environ):
|
||||
self.argv = argv
|
||||
self.stdin = stdin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue