Rename ocrmypdf.exec -> ocrmypdf._exec

This commit is contained in:
James R. Barlow
2020-06-09 14:59:09 -07:00
parent be8ca589d4
commit 0f942fb714
30 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -22,8 +22,8 @@ import pikepdf
import pytest
from PIL import Image
from ocrmypdf._exec.ghostscript import rasterize_pdf
from ocrmypdf.exceptions import ExitCode
from ocrmypdf.exec.ghostscript import rasterize_pdf
from ocrmypdf.helpers import Resolution
check_ocrmypdf = pytest.helpers.check_ocrmypdf