From 6eb7e7dff7011bd5bcccab1d20204cdebe4952e5 Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Wed, 29 Jul 2009 10:30:36 -0700 Subject: Use "best" cpickle format diff --git a/fusearchive.py b/fusearchive.py index 43aaaf0..b95ec65 100755 --- a/fusearchive.py +++ b/fusearchive.py @@ -296,7 +296,7 @@ class FuseArchiveSerializer: fh.seek( 0 ) f = gzip.GzipFile( None, "wb", gzip_compress_level, fh ) #f = fh - cPickle.dump( obj, f ) + cPickle.dump( obj, f, -1 ) del f fh.flush() -- cgit v0.10.2