~vauxoo/addons-vauxoo/7.0-changes-in-openerp-alan

« back to all changes in this revision

Viewing changes to openerp_print/pyPdf/pdf.py

  • Committer: Moises Lopez
  • Date: 2014-09-29 18:59:53 UTC
  • mfrom: (1137.1.2 70-addons-vauxoo)
  • Revision ID: moylop260@vauxoo.com-20140929185953-zc2m8l4890jsa7pc
[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