mfenniak / pyPdf

Pure-Python PDF Library; this repository is no longer maintained, please see https://github.com/knowah/PyPDF2/ insead.
https://github.com/knowah/PyPDF2/
Other
276 stars 85 forks source link

Changed calling parent constructor to use super... #42

Open jeffh opened 12 years ago

jeffh commented 12 years ago

instead of explicitly calling the classes. Fixes #31 for pypy compatibility.