Skip to content

Commit 1313784

Browse files
committed
-
1 parent 21fe5e9 commit 1313784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

garlicsim/garlicsim/bootstrap/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def check_distribute():
6969
# Returning empty list because we didn't import `distribute`:
7070
return []
7171

72-
def check_pywin32_on_cpython():
72+
def check_pywin32():
7373
if not sys.platform == 'win32' or is_pypy: # todo: should check CPython
7474
return []
7575
try:

0 commit comments

Comments
 (0)