diff options
| author | jvoisin | 2011-08-16 18:11:24 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-16 18:11:24 +0200 |
| commit | 4bd3e47da02fde08acfada1795cc55170abdb00a (patch) | |
| tree | f8c7aa5fd5e1b07a28b350c5ded8125ef2467c51 /lib/pdfrw/__init__.py | |
| parent | baf8e080125614326ba9c96ca8f2404fd12b050e (diff) | |
setup.py now works !
Diffstat (limited to 'lib/pdfrw/__init__.py')
| -rw-r--r-- | lib/pdfrw/__init__.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/pdfrw/__init__.py b/lib/pdfrw/__init__.py deleted file mode 100644 index 26e8c73..0000000 --- a/lib/pdfrw/__init__.py +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | # A part of pdfrw (pdfrw.googlecode.com) | ||
| 2 | # Copyright (C) 2006-2009 Patrick Maupin, Austin, Texas | ||
| 3 | # MIT license -- See LICENSE.txt for details | ||
| 4 | |||
| 5 | from pdfwriter import PdfWriter | ||
| 6 | from pdfreader import PdfReader | ||
| 7 | from pdfobjects import PdfObject, PdfName, PdfArray, PdfDict, IndirectPdfDict, PdfString | ||
| 8 | from pdftokens import PdfTokens | ||
| 9 | |||
| 10 | # Add a tiny bit of compatibility to pyPdf | ||
| 11 | |||
| 12 | PdfFileReader = PdfReader | ||
| 13 | PdfFileWriter = PdfWriter | ||
| 14 | |||
