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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matevz Golob
erp5
Commits
48a0995c
Commit
48a0995c
authored
Aug 05, 2013
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove not needed imports
parent
b3ccca72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
product/ERP5/Tool/SimulationTool.py
product/ERP5/Tool/SimulationTool.py
+0
-2
product/ERP5/Tool/SolverTool.py
product/ERP5/Tool/SolverTool.py
+0
-1
No files found.
product/ERP5/Tool/SimulationTool.py
View file @
48a0995c
...
...
@@ -42,8 +42,6 @@ from Products.ERP5.Capacity.GLPK import solve
from
numpy
import
zeros
,
resize
from
DateTime
import
DateTime
from
Products.ERP5
import
DeliverySolver
from
Products.ERP5
import
TargetSolver
from
Products.PythonScripts.Utility
import
allow_class
from
Products.ZSQLCatalog.SQLCatalog
import
Query
,
ComplexQuery
...
...
product/ERP5/Tool/SolverTool.py
View file @
48a0995c
...
...
@@ -33,7 +33,6 @@ import re
from
AccessControl
import
ClassSecurityInfo
from
Products.ERP5Type
import
Permissions
,
interfaces
from
Products.ERP5Type.Tool.TypesTool
import
TypeProvider
from
Products.ERP5
import
DeliverySolver
from
Products.ERP5Type.Message
import
translateString
from
Products.CMFCore.utils
import
getToolByName
...
...
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