Skip to content

Commit ff71f93

Browse files
committed
grumble
1 parent 8d3f831 commit ff71f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_importlib/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os.path
99
from test import support
1010
from test.support import import_helper
11-
from test.support import is_apple_mobile
11+
from test.support import needs_apple_fworks
1212
from test.support import os_helper
1313
import unittest
1414
import sys
@@ -48,7 +48,7 @@ def _extension_details():
4848
for ext in machinery.EXTENSION_SUFFIXES:
4949
# Apple mobile platforms mechanically load .so files,
5050
# but the findable files are labelled .fwork
51-
if is_apple_mobile:
51+
if needs_apple_fworks:
5252
ext = ext.replace(".so", ".fwork")
5353

5454
filename = EXTENSIONS.name + ext

0 commit comments

Comments
 (0)