blob: 125b06a7735a4e42c1772505ea3df60b0ca05076 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/staplelib/tests.py b/staplelib/tests.py
index 4d59153..447d48a 100755
--- a/staplelib/tests.py
+++ b/staplelib/tests.py
@@ -5,7 +5,7 @@ import shutil
import tempfile
import unittest
-from PyPDF2.pdf import PdfFileReader
+from PyPDF2 import PdfFileReader
from staplelib import main, CommandError
|