Skip to content

Commit 4952394

Browse files
committed
functools32 has no version
1 parent 9c45bc1 commit 4952394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

+1-1
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)