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 /pkg | |
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 'pkg')
-rw-r--r-- | pkg/requirements-testing.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip new file mode 100644 index 0000000..932a895 --- /dev/null +++ b/pkg/requirements-testing.pip @@ -0,0 +1 @@ +mock |