]> arthur.ath.cx Git - bup.git/blobdiff - lib/bup/git.py
PackWriter_Remote.close: call parent close
[bup.git] / lib / bup / git.py
index 73a50b88773f6585c01e264775cfe9a91c0bd120..26bdf6d5a303d8dd7041b94bc0c317d7db6535b9 100644 (file)
@@ -772,7 +772,7 @@ def _make_objcache():
 # bup-gc assumes that it can disable all PackWriter activities
 # (bloom/midx/cache) via the constructor and close() arguments.
 
-class PackWriter:
+class PackWriter(object):
     """Writes Git objects inside a pack file."""
     def __init__(self, objcache_maker=_make_objcache, compression_level=1,
                  run_midx=True, on_pack_finish=None,