diff options
| author | jvoisin | 2011-06-21 20:41:18 +0200 |
|---|---|---|
| committer | jvoisin | 2011-06-21 20:41:18 +0200 |
| commit | 9e69adbe1b065707f8be4f146cc3c05660cef711 (patch) | |
| tree | d60509a4982d7699204059184c4343352fef52de /lib/archive.py | |
| parent | f0c9c5b56e3909ba36cc84ff82b05fab9a180911 (diff) | |
Add pdfrw, and many files that I have forgetten, sorry !
Diffstat (limited to 'lib/archive.py')
| -rw-r--r-- | lib/archive.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/archive.py b/lib/archive.py new file mode 100644 index 0000000..6378cab --- /dev/null +++ b/lib/archive.py | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | import parser | ||
| 2 | |||
| 3 | class TarStripper(parser.Generic_parser): | ||
| 4 | def remove_all(self): | ||
| 5 | for file in self.editor.array("file"): | ||
| 6 | print file.name | ||
