Commit 5197e2c7 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Get rid of unused imports.

parent cf2a0e1a
...@@ -3781,9 +3781,6 @@ class ConstraintTemplateItem(FilesystemDocumentTemplateItem): ...@@ -3781,9 +3781,6 @@ class ConstraintTemplateItem(FilesystemDocumentTemplateItem):
local_file_importer_name = staticmethod(importLocalConstraint) local_file_importer_name = staticmethod(importLocalConstraint)
local_file_remover_name = staticmethod(removeLocalConstraint) local_file_remover_name = staticmethod(removeLocalConstraint)
from Products.ERP5Type.Core.DocumentComponent import DocumentComponent as \
DocumentComponentDocument
class DocumentTemplateItem(FilesystemToZodbTemplateItem): class DocumentTemplateItem(FilesystemToZodbTemplateItem):
""" """
Documents are now stored in ZODB rather than on the filesystem. However, Documents are now stored in ZODB rather than on the filesystem. However,
...@@ -3896,9 +3893,6 @@ class DocumentTemplateItem(FilesystemToZodbTemplateItem): ...@@ -3896,9 +3893,6 @@ class DocumentTemplateItem(FilesystemToZodbTemplateItem):
if already_migrated: if already_migrated:
self.portal_components.reset(force=True, reset_portal_type=True) self.portal_components.reset(force=True, reset_portal_type=True)
from Products.ERP5Type.Core.ExtensionComponent import ExtensionComponent as \
ExtensionComponentDocument
class ExtensionTemplateItem(DocumentTemplateItem): class ExtensionTemplateItem(DocumentTemplateItem):
""" """
Extensions are now stored in ZODB rather than on the filesystem. However, Extensions are now stored in ZODB rather than on the filesystem. However,
......
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