odoo/openerp/report/pyPdf/__init__.py

7 lines
132 B
Python

from pdf import PdfFileReader, PdfFileWriter
__all__ = ["pdf"]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: