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
@@ -20,7 +20,7 @@ from math import isclose
import pytest
from PIL import Image
from ocrmypdf.exec import ghostscript
from ocrmypdf._exec import ghostscript
from ocrmypdf.helpers import Resolution
from ocrmypdf.leptonica import Pix
from ocrmypdf.pdfinfo import PdfInfo