Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
cbd4398e
Commit
cbd4398e
authored
Jan 28, 2013
by
Giorgos Korfiatis
Browse files
Remove call to uenc
parent
f934c998
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/management/commands/project-list.py
View file @
cbd4398e
...
...
@@ -37,7 +37,6 @@ from django.core.management.base import NoArgsCommand
from
astakos.im.models
import
Chain
from
._common
import
format_bool
from
synnefo.util.text
import
uenc
class
Command
(
NoArgsCommand
):
help
=
"List projects"
...
...
@@ -102,7 +101,7 @@ def chain_info(chain_dict):
d
=
{
'projectid'
:
str
(
chain
),
'name'
:
str
(
project
.
name
if
project
else
app
.
name
),
'owner'
:
uenc
(
app
.
owner
.
realname
)
,
'owner'
:
app
.
owner
.
realname
,
'status'
:
status
,
}
l
.
append
(
d
)
...
...
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