Commit 85dae1a6 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Import was incorrectly changed in 7c72a354.

parent 9ca9edce
Pipeline #10578 failed with stage
in 0 seconds
......@@ -64,7 +64,7 @@ class OAuthTool(BaseTool):
InitializeClass(OAuthTool)
import sys
sys.modules['erp5.component.tool.OAuthTool'] = sys.modules[__name__]
sys.modules['Products.ERP5TioSafe.Tool.OAuthTool'] = sys.modules[__name__]
class DummyClassForUnpickle(object):
def __init__(self, *_, **__):
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment