From 77b22e07b51634f90e1b94018d9f5f1ad5092f0f Mon Sep 17 00:00:00 2001
From: Manuel Gunther <siebenkopf@googlemail.com>
Date: Wed, 11 May 2016 15:09:22 -0600
Subject: [PATCH] Fixed test

---
 bob/io/image/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/io/image/test.py b/bob/io/image/test.py
index 041e874..48fa152 100644
--- a/bob/io/image/test.py
+++ b/bob/io/image/test.py
@@ -68,7 +68,7 @@ def test_netpbm():
 
 
 def test_cpp_interface():
-  from _library import _test_io
+  from ._library import _test_io
   import tempfile
   import shutil
 
-- 
GitLab