Skip to content

Commit

Permalink
python: get rid of warnings when testing describe mock service
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Dec 12, 2019
1 parent 748c6d4 commit 6954b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/nistoar/pdr/describe/test_sim_describe_svc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import imp
simsrvrsrc = os.path.join(testdir, "sim_describe_svc.py")
with open(simsrvrsrc, 'r') as fd:
desc = imp.load_module("sim_describe_svc.py", fd, simsrvrsrc,
desc = imp.load_module("sim_describe_svc", fd, simsrvrsrc,
(".py", 'r', imp.PY_SOURCE))

basedir = os.path.dirname(os.path.dirname(os.path.dirname(
Expand Down

0 comments on commit 6954b3a

Please sign in to comment.