Commit a6a5b47f authored by Arnaud Fontaine's avatar Arnaud Fontaine Committed by Jérome Perrin

ZODB Components: Import was incorrectly changed in 7c72a354.

parent ee55320a
......@@ -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