Commit e05bf27e authored by Michal Čihař's avatar Michal Čihař

Fix check for six version

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 3f7500ad
......@@ -112,7 +112,7 @@ def get_versions():
name = 'six'
url = 'https://pypi.python.org/pypi/six'
mod = get_version_module('social', name, url)
mod = get_version_module('six', name, url)
result.append((
name,
url,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment