diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-08-14 19:23:40 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-08-14 19:23:40 +0200 |
commit | 6c9202841a73519586bab4f5fff9f97eb979888c (patch) | |
tree | 3214e0d121b8921956baba7e0d869115ace7629d | |
parent | f1eee621cf0f4991fa04902f9b447de73cb41dd3 (diff) | |
download | portato-6c9202841a73519586bab4f5fff9f97eb979888c.tar.gz portato-6c9202841a73519586bab4f5fff9f97eb979888c.tar.bz2 portato-6c9202841a73519586bab4f5fff9f97eb979888c.zip |
Make the EixReader support the context manager protocol
Diffstat (limited to '')
-rw-r--r-- | portato/eix/__init__.py | 1 |
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): """ |