Use get_platform() from sysconfig instead distutils.util

- distutils is dropped in python 3.10/3.12
- fixes #87
This commit is contained in:
Ralph Lange
2023-11-02 11:19:13 +01:00
parent 899b18336b
commit a133e160ee
2 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,6 @@
from __future__ import print_function
import sys, os, shutil, fileinput
import distutils.util
import re
import subprocess as sp
import unittest