Skip to content

Commit ed00c65

Browse files
committed
Fix imports in test file
1 parent 35a75e8 commit ed00c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setuptools/tests/macosx_libfile/test_macosx_libfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
import pytest
88

9-
from wheel._bdist_wheel import get_platform
10-
from wheel.macosx_libfile import extract_macosx_min_system_version
9+
from setuptools.command._macosx_libfile import extract_macosx_min_system_version
10+
from setuptools.command.bdist_wheel import get_platform
1111

1212

1313
def test_read_from_dylib():

0 commit comments

Comments
 (0)