summaryrefslogtreecommitdiff
path: root/lib/parser.py
diff options
context:
space:
mode:
authorjvoisin2012-02-06 02:05:05 +0100
committerjvoisin2012-02-06 02:05:05 +0100
commit2cba152e7c00ff2c422d5e1c911f17ea07f346ed (patch)
treee83a362b8f49f72b0457af7fd566ea37f9815b14 /lib/parser.py
parentc71999c4f789beb8812f9570926f894ac9f1938e (diff)
Merge the two processing mode into a unique one
Diffstat (limited to 'lib/parser.py')
-rw-r--r--lib/parser.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/parser.py b/lib/parser.py
index 6dc5d0b..d2eaf9c 100644
--- a/lib/parser.py
+++ b/lib/parser.py
@@ -78,16 +78,6 @@ class GenericParser(object):
78 except: 78 except:
79 return False 79 return False
80 80
81 def remove_all_strict(self):
82 '''
83 If the remove_all() is not efficient enough,
84 this method is implemented :
85 It is efficient, but destructive.
86 In a perfect world, with nice fileformat,
87 this method would not exist.
88 '''
89 self.remove_all()
90
91 def _remove(self, fieldset, field): 81 def _remove(self, fieldset, field):
92 ''' 82 '''
93 Delete the given field 83 Delete the given field