Remove extra Video

This commit is contained in:
Tim Bentley 2009-11-12 19:05:24 +00:00
parent 124c511385
commit 04873758e9
1 changed files with 0 additions and 2 deletions

View File

@ -244,8 +244,6 @@ class ServiceItem(object):
for text_image in serviceitem[u'serviceitem'][u'data']:
filename = os.path.join(path, text_image[u'title'])
self.add_from_command(path, text_image[u'title'], text_image[u'image'] )
elif self.service_item_type == ServiceItemType.Video:
pass
def merge(self, other):
"""