diff options
author | Kali Kaneko <kali@leap.se> | 2013-05-13 23:06:35 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-21 01:57:26 +0900 |
commit | 7c6a87acaead5f54e1f2155ecf0a089eff97d654 (patch) | |
tree | 57faff0c4f476557c3e457514f5aed99abfbc3de /.gitignore | |
parent | 2a78ab3c730ba652153deaed55cfa8d92089a979 (diff) |
use temporary openpgpwrapper as a context manager
in this way we implicitely catch any exception during
the wrapped call, and ensure that the destructor is always
called.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ *.pyc *.egg *.egg-info +*.swp +*.swo dist/ build/ |