diff --git a/product/ERP5/Tool/IntrospectionTool.py b/product/ERP5/Tool/IntrospectionTool.py index 7cfa94e4b373de5c0507fbf696ab35bace7de895..b69b0dcd6c301f2ee43bdb4c628d3ff2369a83cb 100644 --- a/product/ERP5/Tool/IntrospectionTool.py +++ b/product/ERP5/Tool/IntrospectionTool.py @@ -41,7 +41,7 @@ from Products.ERP5Type.Utils import _setSuperSecurityManager from App.config import getConfiguration from AccessControl import Unauthorized from Products.ERP5Type.Cache import CachingMethod -import tarfile +from Products.ERP5Type import tarfile _MARKER = []