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
Boris Kocherov
erp5
Commits
bd1de519
Commit
bd1de519
authored
Sep 08, 2011
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless import
parent
54816791
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
erp5/util/benchmark/argument.py
erp5/util/benchmark/argument.py
+0
-1
erp5/util/benchmark/process.py
erp5/util/benchmark/process.py
+0
-4
No files found.
erp5/util/benchmark/argument.py
View file @
bd1de519
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
import
os
import
os
import
argparse
import
argparse
import
functools
class
ArgumentType
(
object
):
class
ArgumentType
(
object
):
@
classmethod
@
classmethod
...
...
erp5/util/benchmark/process.py
View file @
bd1de519
...
@@ -27,13 +27,9 @@
...
@@ -27,13 +27,9 @@
##############################################################################
##############################################################################
import
multiprocessing
import
multiprocessing
import
csv
import
traceback
import
traceback
import
os
import
logging
import
signal
import
signal
import
sys
import
sys
import
datetime
import
socket
import
socket
from
..testbrowser.browser
import
Browser
from
..testbrowser.browser
import
Browser
...
...
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