diff options
| author | jvoisin | 2012-02-06 02:05:05 +0100 |
|---|---|---|
| committer | jvoisin | 2012-02-06 02:05:05 +0100 |
| commit | 2cba152e7c00ff2c422d5e1c911f17ea07f346ed (patch) | |
| tree | e83a362b8f49f72b0457af7fd566ea37f9815b14 /lib/parser.py | |
| parent | c71999c4f789beb8812f9570926f894ac9f1938e (diff) | |
Merge the two processing mode into a unique one
Diffstat (limited to '')
| -rw-r--r-- | lib/parser.py | 10 |
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 |
