From 7c6a87acaead5f54e1f2155ecf0a089eff97d654 Mon Sep 17 00:00:00 2001
From: Kali Kaneko <kali@leap.se>
Date: Mon, 13 May 2013 23:06:35 +0900
Subject: 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.
---
 changes/feature_openpgp-context-manager | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 changes/feature_openpgp-context-manager

(limited to 'changes')

diff --git a/changes/feature_openpgp-context-manager b/changes/feature_openpgp-context-manager
new file mode 100644
index 0000000..4dbf759
--- /dev/null
+++ b/changes/feature_openpgp-context-manager
@@ -0,0 +1 @@
+  o Refactor opengpg utility functions implementation so it uses a context manager.
-- 
cgit v1.2.3