[gnome-keysign: 4/12] tests: switch from the removed gpgmh to gpgmeh
- From: Ludovico de Nittis <denittis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keysign: 4/12] tests: switch from the removed gpgmh to gpgmeh
- Date: Tue, 22 Jan 2019 09:02:42 +0000 (UTC)
commit 73ea20049a740acd032f7727a78c1240ccbb8c67
Author: RyuzakiKK <aasonykk gmail com>
Date: Mon Jan 21 09:35:44 2019 +0100
tests: switch from the removed gpgmh to gpgmeh
tests/test_latin1.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/test_latin1.py b/tests/test_latin1.py
index 97dee61..9d8d699 100644
--- a/tests/test_latin1.py
+++ b/tests/test_latin1.py
@@ -8,7 +8,7 @@ gi.require_version('Gtk', "3.0")
from gi.repository import Gtk, GLib
-from keysign import gpgmh
+from keysign import gpgmeh
from keysign.KeyPresent import KeyPresentWidget
from keysign.keyconfirm import PreSignWidget
from keysign.keylistwidget import KeyListWidget
@@ -38,7 +38,7 @@ def read_fixture_file(fixture):
def load_key(key):
f = read_fixture_file(key)
- k = gpgmh.openpgpkey_from_data(f)
+ k = gpgmeh.openpgpkey_from_data(f)
return k
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]