From 5197e2c78216e7cbd8604f10179d08a88a4130c3 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Fri, 2 Mar 2012 16:39:34 +0900 Subject: [PATCH] Get rid of unused imports. --- product/ERP5/Document/BusinessTemplate.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index f016ae32ea..78f69ad85d 100644 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -3781,9 +3781,6 @@ class ConstraintTemplateItem(FilesystemDocumentTemplateItem): local_file_importer_name = staticmethod(importLocalConstraint) local_file_remover_name = staticmethod(removeLocalConstraint) -from Products.ERP5Type.Core.DocumentComponent import DocumentComponent as \ - DocumentComponentDocument - class DocumentTemplateItem(FilesystemToZodbTemplateItem): """ Documents are now stored in ZODB rather than on the filesystem. However, @@ -3896,9 +3893,6 @@ class DocumentTemplateItem(FilesystemToZodbTemplateItem): if already_migrated: self.portal_components.reset(force=True, reset_portal_type=True) -from Products.ERP5Type.Core.ExtensionComponent import ExtensionComponent as \ - ExtensionComponentDocument - class ExtensionTemplateItem(DocumentTemplateItem): """ Extensions are now stored in ZODB rather than on the filesystem. However, -- 2.30.9