mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-21 00:22:55 +00:00
ported old-style classes to new-style
This commit is contained in:
@ -138,7 +138,7 @@ def report(out, path, results):
|
||||
print(path + (":%r %s captures %r assigned at line %d" % r), file=out)
|
||||
|
||||
def check(sources, out):
|
||||
class Counts:
|
||||
class Counts(object):
|
||||
n = 0
|
||||
processed_files = 0
|
||||
suspect_files = 0
|
||||
|
Reference in New Issue
Block a user