Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e05d646

Browse files
committed
functools32 has no version
1 parent ac79242 commit e05d646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ def check(self):
12331233
"functools32 was not found. It is required for for"
12341234
"python versions prior to 3.2")
12351235

1236-
return "using functools32 version %s" % functools32.__version__
1236+
return "using functools32"
12371237
else:
12381238
return "Not required"
12391239

0 commit comments

Comments
 (0)