Commit 2b26c634 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Correct import error in mixins

parent 758c66a1
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
import zope.interface import zope.interface
from Products.ERP5Type.interfaces.json_representable import IJSONRepresentable from Products.ERP5.interfaces.json_representable import IJSONRepresentable
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
from Products.ERP5Type.Globals import InitializeClass from Products.ERP5Type.Globals import InitializeClass
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
import zope.interface import zope.interface
from Products.ERP5Type.interfaces.patchable import IPatchable from Products.ERP5.interfaces.patchable import IPatchable
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
from Products.ERP5Type.Globals import InitializeClass from Products.ERP5Type.Globals import InitializeClass
......
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