diff --git a/product/ERP5/tests/testInvoiceVAT.py b/product/ERP5/tests/testInvoiceVAT.py
index 2c5a1075b96949d9e23f78f592c44a39cbe32578..86030ef1f661bf04bca692e246701521bcfea0bb 100644
--- a/product/ERP5/tests/testInvoiceVAT.py
+++ b/product/ERP5/tests/testInvoiceVAT.py
@@ -39,7 +39,7 @@ os.environ.setdefault('EVENT_LOG_SEVERITY', '-300')
 
 from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
 from AccessControl.SecurityManagement import newSecurityManager
-from ZopeTestCase import _print
+from Testing.ZopeTestCase import _print
 from DateTime import DateTime
 
 class TestInvoiceVAT(ERP5TypeTestCase):