From 30dd6e9902a5092d5bd240e28d59bd2763d55397 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 13 Dec 2012 22:23:36 +0100 Subject: Fix a typo, and remove and unused import --- mat | 3 --- 1 file changed, 3 deletions(-) diff --git a/mat b/mat index 632da4f..53b1a6f 100755 --- a/mat +++ b/mat @@ -6,7 +6,6 @@ import sys import xml.sax import optparse -import os import hachoir_core @@ -110,8 +109,6 @@ def list_supported(): for item in handler.list: if strippers.STRIPPERS.has_key(item['mimetype'].split(',')[0]): - #on display localy supported formats - print 'ok' print('%s (%s)' % (item['name'], item['extension'])) print('\tsupport : ' + item['support']) print('\tmetadata : ' + item['metadata']) -- cgit v1.3