diff options
Diffstat (limited to '')
| -rwxr-xr-x | lang/python/tests/t-data.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lang/python/tests/t-data.py b/lang/python/tests/t-data.py index d1facd40..33013193 100755 --- a/lang/python/tests/t-data.py +++ b/lang/python/tests/t-data.py @@ -24,6 +24,8 @@ import io  import os  import tempfile  import gpg +import support +_ = support # to appease pyflakes.  data = gpg.Data('Hello world!')  assert data.read() == b'Hello world!' | 
