mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Add proper import of sysconfig
This commit is contained in:
parent
6fd04a7b1d
commit
59d07eb9c3
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -21,6 +21,7 @@ import stat
|
|||
import os
|
||||
import sys
|
||||
import shutil
|
||||
from sysconfig import get_config_var
|
||||
from distutils.command.install_data import install_data
|
||||
from distutils.command.build_scripts import build_scripts
|
||||
import pathlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue