We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fe5e9 commit 1313784Copy full SHA for 1313784
garlicsim/garlicsim/bootstrap/bootstrap.py
@@ -69,7 +69,7 @@ def check_distribute():
69
# Returning empty list because we didn't import `distribute`:
70
return []
71
72
- def check_pywin32_on_cpython():
+ def check_pywin32():
73
if not sys.platform == 'win32' or is_pypy: # todo: should check CPython
74
75
try:
0 commit comments