mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 05:08:10 -07:00
14 lines
317 B
Diff
14 lines
317 B
Diff
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
|
|
|