Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Arnaud Fontaine
erp5
Commits
5197e2c7
Commit
5197e2c7
authored
13 years ago
by
Arnaud Fontaine
Browse files
Options
Download
Email Patches
Plain Diff
Get rid of unused imports.
parent
cf2a0e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
product/ERP5/Document/BusinessTemplate.py
product/ERP5/Document/BusinessTemplate.py
+0
-6
No files found.
product/ERP5/Document/BusinessTemplate.py
View file @
5197e2c7
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment