From d1095bdda88f97297e2dcb274bc5126cee9e2f2d Mon Sep 17 00:00:00 2001 From: David Beltra Date: Tue, 21 Jul 2020 16:07:04 +0200 Subject: [PATCH] add import --- platform_Windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform_Windows.py b/platform_Windows.py index 49a788a..e1fea74 100644 --- a/platform_Windows.py +++ b/platform_Windows.py @@ -1,7 +1,7 @@ # coding=UTF-8 import os from common import which, GnuPGNotFound - +from thunderbird import enigmail_agentPath def gpg_executable(thunderbird_base): enigmail_gpg = enigmail_agentPath(thunderbird_base)