Fixes version check for docker-py
This commit is contained in:
parent
1be539d870
commit
1b9d0c5987
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ def get_docker_py_versioninfo():
|
|||
# than 0.3.0 so it's okay to lie here.
|
||||
version = (0,)
|
||||
|
||||
return version
|
||||
return tuple(version)
|
||||
|
||||
def check_dependencies(module):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue