diff options
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 | ||
