From 6c9202841a73519586bab4f5fff9f97eb979888c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 14 Aug 2009 19:23:40 +0200 Subject: Make the EixReader support the context manager protocol --- portato/eix/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'portato/eix') diff --git a/portato/eix/__init__.py b/portato/eix/__init__.py index effac2d..e726073 100644 --- a/portato/eix/__init__.py +++ b/portato/eix/__init__.py @@ -79,7 +79,6 @@ class EixReader(object): def __exit__ (self, exc_type, exc_val, exc_tb): self.close() - return True def close (self): """ -- cgit v1.2.3