Finalize ‘exec’ migration and make it backward compatibility for now

This commit is contained in:
James R. Barlow
2017-01-18 17:40:50 -08:00
parent f246779b8e
commit 6e27ecd2b9
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import re
import shutil
from functools import lru_cache
from ..exceptions import MissingDependencyError
from .. import page_number
from ..helpers import page_number
from . import get_program
from collections import namedtuple
from textwrap import dedent