source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/pyfpdf.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 416 bytes
Line 
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4"FPDF for python (a.k.a. pyfpdf)"
5# Read more about this http://code.google.com/p/pyfpdf
6# Please note that new package name is fpdf (to avoid some naming conflicts)
7# import fpdf into pyfpdf for backward compatibility (prior web2py 2.0):
8from gluon.contrib.fpdf import *
9
10# import warnings
11# warnings.warn("pyfpdf package name is deprecated, please use fpdf instead")
Note: See TracBrowser for help on using the repository browser.