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
@@ -19,9 +19,9 @@ import logging
from pathlib import Path
from ocrmypdf import hookimpl
from ocrmypdf._exec import ghostscript
from ocrmypdf._validation import HOCR_OK_LANGS
from ocrmypdf.exceptions import MissingDependencyError
from ocrmypdf.exec import ghostscript
from ocrmypdf.helpers import Resolution
from ocrmypdf.subprocess import check_external_program