summaryrefslogtreecommitdiff
path: root/libmat/office.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmat/office.py')
-rw-r--r--libmat/office.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmat/office.py b/libmat/office.py
index c585cb6..47cd622 100644
--- a/libmat/office.py
+++ b/libmat/office.py
@@ -110,8 +110,8 @@ class PdfStripper(parser.GenericParser):
110 """ Represent a PDF file 110 """ Represent a PDF file
111 """ 111 """
112 112
113 def __init__(self, filename, parser, mime, backup, is_writable, **kwargs): 113 def __init__(self, filename, mime, backup, is_writable, **kwargs):
114 super(PdfStripper, self).__init__(filename, parser, mime, backup, is_writable, **kwargs) 114 super(PdfStripper, self).__init__(filename, mime, backup, is_writable, **kwargs)
115 self.uri = 'file://' + os.path.abspath(self.filename) 115 self.uri = 'file://' + os.path.abspath(self.filename)
116 self.password = None 116 self.password = None
117 try: 117 try: