Package: python-pypdf
Version: 1.12-3
Tags: patch

In /usr/share/pyshared/pyPdf/pdf.py line 52

  from sets import ImmutableSet

gives a warning:

  __main__:1: DeprecationWarning: the sets module is deprecated

I'm not sure, but probably replacing the line with

  ImmutableSet = frozenset

is OK.




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to