diff options
Diffstat (limited to 'lang/python/tests/t-wrapper.py')
-rwxr-xr-x | lang/python/tests/t-wrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/t-wrapper.py b/lang/python/tests/t-wrapper.py index d260264f..3ffd3e80 100755 --- a/lang/python/tests/t-wrapper.py +++ b/lang/python/tests/t-wrapper.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this program; if not, see <http://www.gnu.org/licenses/>. -from pyme import core +from gpg import core d0 = core.Data() d0.seek # trigger on-demand-wrapping |