summaryrefslogtreecommitdiff
path: root/lib/archive.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/archive.py')
-rw-r--r--lib/archive.py6
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 @@
1import parser
2
3class TarStripper(parser.Generic_parser):
4 def remove_all(self):
5 for file in self.editor.array("file"):
6 print file.name