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
kamaki
Commits
285d7238
Commit
285d7238
authored
Jan 25, 2013
by
Stavros Sachtouris
Browse files
Total code reduction: ~25KiB of code
parent
b4cf92b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/cli/commands/pithos_cli.py
View file @
285d7238
...
...
@@ -1677,10 +1677,6 @@ class store_versions(_store_container_command):
id
=
vitem
[
0
],
created
=
strftime
(
'%d-%m-%Y %H:%M:%S'
,
localtime
(
float
(
vitem
[
1
])))
)
for
vitem
in
versions
])
#:
#t = localtime(float(vitem[1]))
#vid = bold(unicode(vitem[0]))
#print('\t%s \t(%s)' % (vid, strftime('%d-%m-%Y %H:%M:%S', t)))
def
main
(
self
,
container___path
):
super
(
store_versions
,
self
).
_run
(
...
...
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