summaryrefslogtreecommitdiff
path: root/portato/eix
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-08-14 19:23:40 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-08-14 19:23:40 +0200
commit6c9202841a73519586bab4f5fff9f97eb979888c (patch)
tree3214e0d121b8921956baba7e0d869115ace7629d /portato/eix
parentf1eee621cf0f4991fa04902f9b447de73cb41dd3 (diff)
downloadportato-6c9202841a73519586bab4f5fff9f97eb979888c.tar.gz
portato-6c9202841a73519586bab4f5fff9f97eb979888c.tar.bz2
portato-6c9202841a73519586bab4f5fff9f97eb979888c.zip
Make the EixReader support the context manager protocol
Diffstat (limited to 'portato/eix')
-rw-r--r--portato/eix/__init__.py1
1 files changed, 0 insertions, 1 deletions
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):
"""