diff options
Diffstat (limited to 'lang/python/tests/t-data.py')
| -rwxr-xr-x | lang/python/tests/t-data.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lang/python/tests/t-data.py b/lang/python/tests/t-data.py index 4812a2e7..16b2a7b5 100755 --- a/lang/python/tests/t-data.py +++ b/lang/python/tests/t-data.py @@ -23,7 +23,7 @@ del absolute_import, print_function, unicode_literals  import io  import os  import tempfile -from pyme import core +from gpg import core  data = core.Data('Hello world!')  assert data.read() == b'Hello world!' | 
