Commit da28fae5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo : PyPdf2 -> PyPDF2.

parent 1294c97a
......@@ -36,7 +36,7 @@ def mergePDFList(self, pdf_data_list, start_on_recto=False):
merged pdf in recto/verso mode.
"""
from StringIO import StringIO
from PyPdf2 import PdfFileWriter, PdfFileReader
from PyPDF2 import PdfFileWriter, PdfFileReader
output = PdfFileWriter()
......
5
\ No newline at end of file
6
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment