summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/show_plugin.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-12-09 16:42:06 +0000
committerLars Wirzenius <liw@liw.fi>2013-12-28 21:51:24 +0000
commitaf2d2092fe2cc34a2baefbdc97612e1607333139 (patch)
treec5481beb153e0b4f175130c4265fb4209b8e7402 /obnamlib/plugins/show_plugin.py
parentc6c5f88d41a75ef8626b3ddb987411c07454729d (diff)
downloadobnam-af2d2092fe2cc34a2baefbdc97612e1607333139.tar.gz
Remove obsolete fixme comment
Diffstat (limited to 'obnamlib/plugins/show_plugin.py')
-rw-r--r--obnamlib/plugins/show_plugin.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/obnamlib/plugins/show_plugin.py b/obnamlib/plugins/show_plugin.py
index 286e77d0..4af372cb 100644
--- a/obnamlib/plugins/show_plugin.py
+++ b/obnamlib/plugins/show_plugin.py
@@ -89,10 +89,6 @@ class ShowPlugin(obnamlib.ObnamPlugin):
self.open_repository()
client_name = self.app.settings['client-name']
for gen_id in self.repo.get_client_generation_ids(client_name):
- # FIXME: Need to query generation times and whether the
- # generation is a checkpointand the generation file count
- # and data size here using generation keys. This is not
- # yet implemented in the interface.
start = self.repo.get_generation_key(
gen_id, obnamlib.REPO_GENERATION_STARTED)
end = self.repo.get_generation_key(