Try to get test_pep352 and maybe test_platform to work on a Windows buildbot
This commit is contained in:
parent
09cff641b8
commit
78a70bd870
|
@ -459,7 +459,7 @@ def _norm_version(version, build=''):
|
||||||
except ValueError:
|
except ValueError:
|
||||||
strings = l
|
strings = l
|
||||||
else:
|
else:
|
||||||
strings = map(str,ints)
|
strings = list(map(str,ints))
|
||||||
version = '.'.join(strings[:3])
|
version = '.'.join(strings[:3])
|
||||||
return version
|
return version
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue