remove import of makefh(), too

This commit is contained in:
Martin A. Brown 2016-03-14 20:52:53 -07:00
parent f20fb1c481
commit 5824be20da
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from tempfile import NamedTemporaryFile as ntf
from tldptesttools import TestToolsFilesystem
# -- SUT
from tldp.utils import makefh, which, execute
from tldp.utils import which, execute
from tldp.utils import statfile, statfiles, stem_and_ext
from tldp.utils import arg_isexecutable, isexecutable
from tldp.utils import arg_isreadablefile, isreadablefile