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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tomáš Peterka
erp5
Commits
e5dd9252
Commit
e5dd9252
authored
Jun 27, 2011
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove not used import and variables
parent
7b69856f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
product/ERP5/tests/testERP5Credential.py
product/ERP5/tests/testERP5Credential.py
+0
-3
No files found.
product/ERP5/tests/testERP5Credential.py
View file @
e5dd9252
...
...
@@ -33,7 +33,6 @@ from Products.ERP5Type.tests.Sequence import SequenceList
import
email
,
re
from
email.Header
import
decode_header
,
make_header
from
email.Utils
import
parseaddr
from
zLOG
import
LOG
import
transaction
import
cgi
from
urlparse
import
urlparse
...
...
@@ -452,7 +451,6 @@ class TestERP5Credential(ERP5TypeTestCase):
sequence_list
=
None
,
**
kw
):
request
=
self
.
portal
.
REQUEST
request
[
'PARENTS'
]
=
[
self
.
app
]
form_url
=
self
.
portal
.
absolute_url_path
()
+
'/ERP5Site_viewNewCredentialRequestDialog'
# logout to be annonymous
self
.
logout
()
...
...
@@ -493,7 +491,6 @@ class TestERP5Credential(ERP5TypeTestCase):
sequence_list
=
None
,
**
kw
):
request
=
self
.
portal
.
REQUEST
request
[
'PARENTS'
]
=
[
self
.
app
]
form_url
=
self
.
portal
.
absolute_url_path
()
+
'/ERP5Site_viewNewCredentialRequestDialog'
# logout to be annonymous
self
.
logout
()
...
...
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