~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to openerp_print/pyPdf/pdf.py

  • Committer: Moises Lopez
  • Date: 2014-09-29 18:26:50 UTC
  • mto: (543.7.589 70-addons-vauxoo)
  • mto: This revision was merged to the branch mainline in revision 880.
  • Revision ID: moylop260@vauxoo.com-20140929182650-jumkpmwf04vdlolw
[FIX] Fix unused-import with autoflake

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
except ImportError:
45
45
    from StringIO import StringIO
46
46
 
47
 
import filters
48
47
import utils
49
 
import warnings
50
48
from generic import *
51
49
from utils import readNonWhitespace, readUntilWhitespace, ConvertFunctionsToVirtualList
52
50
from sets import ImmutableSet