From e249ef9c9940e23b1214d98d2e26d48af9ccf10a Mon Sep 17 00:00:00 2001 From: flavio Date: Thu, 18 Oct 2012 19:46:49 +0000 Subject: Gtk3 port --- (limited to 'zipfile26.py') diff --git a/zipfile26.py b/zipfile26.py index 34b3f1a..950a1cd 100644 --- a/zipfile26.py +++ b/zipfile26.py @@ -231,7 +231,7 @@ def _EndRecData(fpin): return -class ZipInfo (object): +class ZipInfo (): """Class with attributes describing each file in the ZIP archive.""" __slots__ = ( -- cgit v0.9.1