summaryrefslogtreecommitdiff
path: root/dedup/arreader.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2020-02-16 08:21:20 +0100
committerHelmut Grohne <helmut@subdivi.de>2020-02-16 08:21:20 +0100
commit27b95909f061ae3ecb3ba1b8d46adfef98ca5e6f (patch)
tree87695b998b1e97e406050584812d4db68bdb4610 /dedup/arreader.py
parente77a1ebf8bda10494088bb6c72873d8ef214e0f3 (diff)
downloaddebian-dedup-27b95909f061ae3ecb3ba1b8d46adfef98ca5e6f.tar.gz
drop support for Python 2.x
Diffstat (limited to 'dedup/arreader.py')
-rw-r--r--dedup/arreader.py2
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