Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
7b6648a2
Commit
7b6648a2
authored
Mar 07, 2012
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
parent
6fdf5871
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
product/ERP5Type/__init__.py
product/ERP5Type/__init__.py
+2
-2
product/ERP5Type/dynamic/portal_type_class.py
product/ERP5Type/dynamic/portal_type_class.py
+1
-1
No files found.
product/ERP5Type/__init__.py
View file @
7b6648a2
...
@@ -97,7 +97,7 @@ def initialize( context ):
...
@@ -97,7 +97,7 @@ def initialize( context ):
# Import Product Components
# Import Product Components
from
Tool
import
(
ClassTool
,
CacheTool
,
MemcachedTool
,
SessionTool
,
from
Tool
import
(
ClassTool
,
CacheTool
,
MemcachedTool
,
SessionTool
,
TypesTool
,
WebServiceTool
,
PropertySheetTool
,
TypesTool
,
WebServiceTool
,
PropertySheetTool
,
ComponentTool
,
)
ComponentTool
)
import
Document
import
Document
from
Base
import
Base
,
DocumentationHelper
from
Base
import
Base
,
DocumentationHelper
import
XMLObject
import
XMLObject
...
@@ -117,7 +117,7 @@ def initialize( context ):
...
@@ -117,7 +117,7 @@ def initialize( context ):
TypesTool
.
TypesTool
,
TypesTool
.
TypesTool
,
WebServiceTool
.
WebServiceTool
,
WebServiceTool
.
WebServiceTool
,
PropertySheetTool
.
PropertySheetTool
,
PropertySheetTool
.
PropertySheetTool
,
ComponentTool
.
ComponentTool
,
ComponentTool
.
ComponentTool
)
)
# Do initialization step
# Do initialization step
initializeProduct
(
context
,
this_module
,
globals
(),
initializeProduct
(
context
,
this_module
,
globals
(),
...
...
product/ERP5Type/dynamic/portal_type_class.py
View file @
7b6648a2
...
@@ -86,7 +86,7 @@ core_portal_type_class_dict = {
...
@@ -86,7 +86,7 @@ core_portal_type_class_dict = {
'Types Tool'
:
{
'type_class'
:
'TypesTool'
,
'Types Tool'
:
{
'type_class'
:
'TypesTool'
,
'generating'
:
False
},
'generating'
:
False
},
'Solver Tool'
:
{
'type_class'
:
'SolverTool'
,
'Solver Tool'
:
{
'type_class'
:
'SolverTool'
,
'generating'
:
False
}
,
'generating'
:
False
}
}
}
def
generatePortalTypeClass
(
site
,
portal_type_name
):
def
generatePortalTypeClass
(
site
,
portal_type_name
):
...
...
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