mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-17 23:08:21 +00:00
ported old-style classes to new-style
This commit is contained in:
@ -37,7 +37,7 @@ GiB=1024*MiB
|
||||
TiB=1024*GiB
|
||||
PiB=1024*TiB
|
||||
|
||||
class Sizes:
|
||||
class Sizes(object):
|
||||
def __init__(self, mode, file_size, arity=2):
|
||||
MAX_SEGSIZE = 128*KiB
|
||||
self.mode = mode
|
||||
|
Reference in New Issue
Block a user