diff options
Diffstat (limited to 'dedup/arreader.py')
-rw-r--r-- | dedup/arreader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dedup/arreader.py b/dedup/arreader.py index e53efd9..8b14ff9 100644 --- a/dedup/arreader.py +++ b/dedup/arreader.py @@ -1,6 +1,6 @@ import struct -class ArReader(object): +class ArReader: """Streaming AR file reader. After constructing an object, you usually call read_magic once. Then you call read_entry in a loop and use the ArReader object as file-like only providing read() to read the respective |