summaryrefslogtreecommitdiff
path: root/lib/parser.py
diff options
context:
space:
mode:
authorjvoisin2011-08-04 16:12:22 +0200
committerjvoisin2011-08-04 16:12:22 +0200
commitad31d77e6a199295ba44832abec35b054d04bced (patch)
tree15a4ce04cb70812d663108517dae35440f343d41 /lib/parser.py
parentb8491275fc93385236a0bc3856ecaf3acaab6b63 (diff)
Cleanup
Diffstat (limited to 'lib/parser.py')
-rw-r--r--lib/parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/parser.py b/lib/parser.py
index 044ef0a..1bdca57 100644
--- a/lib/parser.py
+++ b/lib/parser.py
@@ -31,7 +31,6 @@ class GenericParser(object):
31 self.output = basename + '.cleaned' + ext 31 self.output = basename + '.cleaned' + ext
32 self.basename = os.path.basename(filename) # only filename 32 self.basename = os.path.basename(filename) # only filename
33 33
34
35 def is_clean(self): 34 def is_clean(self):
36 ''' 35 '''
37 Check if the file is clean from harmful metadatas 36 Check if the file is clean from harmful metadatas