DCD-386: Use the six module to paper over Python changes.

This commit is contained in:
Steve Smith
2019-06-11 09:43:26 +10:00
parent 6955cf04dd
commit 5976b7f706
14 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
import os
import urllib.request
from six.moves import urllib
import testinfra.utils.ansible_runner