video_list formatter display count in interactive mode, the full ID otherwise

This commit is contained in:
Romain Bignon 2010-10-15 10:12:44 +02:00
commit 24e3671f27
3 changed files with 8 additions and 2 deletions

View file

@ -28,6 +28,7 @@ class IFormatter(object):
self.display_keys = display_keys
self.display_header = display_header
self.return_only = return_only
self.interactive = False
def after_format(self, formatted):
raise NotImplementedError()