From 9e69adbe1b065707f8be4f146cc3c05660cef711 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 21 Jun 2011 20:41:18 +0200 Subject: Add pdfrw, and many files that I have forgetten, sorry ! --- lib/archive.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/archive.py (limited to 'lib/archive.py') 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 @@ +import parser + +class TarStripper(parser.Generic_parser): + def remove_all(self): + for file in self.editor.array("file"): + print file.name -- cgit v1.3