aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/t-protocol-assuan.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/tests/t-protocol-assuan.py')
-rwxr-xr-xlang/python/tests/t-protocol-assuan.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python/tests/t-protocol-assuan.py b/lang/python/tests/t-protocol-assuan.py
index 27b28c72..8da50351 100755
--- a/lang/python/tests/t-protocol-assuan.py
+++ b/lang/python/tests/t-protocol-assuan.py
@@ -21,6 +21,8 @@ from __future__ import absolute_import, print_function, unicode_literals
del absolute_import, print_function, unicode_literals
import gpg
+import support
+_ = support # to appease pyflakes.
with gpg.Context(protocol=gpg.constants.protocol.ASSUAN) as c:
# Do nothing.