Sign in
android
/
platform
/
tools
/
idea
/
1aa2e09bdbd413eacb677e9fa4b50630530d0656
/
.
/
python
/
testData
/
refactoring
/
introduceVariable
/
py2862.after.py
blob: d4d2cf709549c4fb23590e34caf7e400c14b123d [
file
] [
log
] [
blame
]
a
=
'/import/'
+
urllib
.
quote
(
projectId
)
+
'/issues?'
+
urllib
.
urlencode
({
'assigneeGroup'
:
assigneeGroup
})
response
=
self
.
_reqXml
(
'PUT'
,
a
,
xml
,
400
).
toxml
().
encode
(
'utf-8'
)