Commit 12e34c64 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Cosmetic: Fix imports in comments.

parent 61ea2625
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
# #
############################################################################## ##############################################################################
""" """
Products.ERP5.interfaces.coordinate erp5.component.interface.ICoordinate
""" """
from zope.interface import Interface from zope.interface import Interface
......
...@@ -45,7 +45,7 @@ SOURCE_DESTINATION_REFERENCE_LEGACY = True ...@@ -45,7 +45,7 @@ SOURCE_DESTINATION_REFERENCE_LEGACY = True
# This is used to register all Document classes used in ERP5 # This is used to register all Document classes used in ERP5
# items are class names, values are class paths, e.g.: # items are class names, values are class paths, e.g.:
# 'Person' -> 'Products.ERP5.Document.Person.Person' # 'Person' -> 'erp5.component.document.Person.Person'
document_class_registry = {} document_class_registry = {}
# similarly for mixins # similarly for mixins
mixin_class_registry = {} mixin_class_registry = {}
......
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