Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastien Robin
erp5
Commits
bdec1fa5
Commit
bdec1fa5
authored
Jun 28, 2016
by
iv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5Workflow: remove unused dependencies
parent
b2937593
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
product/ERP5/ERP5Site.py
product/ERP5/ERP5Site.py
+3
-3
No files found.
product/ERP5/ERP5Site.py
View file @
bdec1fa5
...
...
@@ -25,6 +25,7 @@ from Products.SiteErrorLog.SiteErrorLog import manage_addErrorLog
from
ZPublisher
import
BeforeTraverse
from
ZPublisher.BaseRequest
import
RequestContainer
from
AccessControl
import
ClassSecurityInfo
from
Products.CMFDefault.Portal
import
CMFSite
from
Products.ERP5Type
import
Permissions
from
Products.ERP5Type.Core.Folder
import
FolderMixIn
...
...
@@ -46,11 +47,10 @@ import warnings
import
transaction
from
App.config
import
getConfiguration
from
Products.ERP5Workflow.Tool.WorkflowTool
import
WorkflowTool
from
zope.lifecycleevent
import
ObjectCopiedEvent
from
OFS.event
import
ObjectClonedEvent
from
zope.event
import
notify
MARKER
=
[]
# Site Creation DTML
manage_addERP5SiteFormDtml
=
Globals
.
HTMLFile
(
'dtml/addERP5Site'
,
globals
())
...
...
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