File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- include setup /__init__.py setup /RunCTest.py setup /CheckVersion.py
1+ include build_tools /__init__.py build_tools /RunCTest.py build_tools /CheckVersion.py
22include src/rsth_timeops.h src/rtp.h src/rtp_info.h src/rtpjbuf.h src/rtpsynth.h src/Symbol.map
33include src/winnet.h python/RtpSynth_mod.c
44include README.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 77from sysconfig import get_platform
88
99from python .env import RSTH_MOD_NAME
10- from setup .RunCTest import RunCTest
11- from setup .CheckVersion import CheckVersion
10+ from build_tools .RunCTest import RunCTest
11+ from build_tools .CheckVersion import CheckVersion
1212
1313is_win = get_platform ().startswith ('win' )
1414is_mac = get_platform ().startswith ('macosx-' )
You can’t perform that action at this time.
0 commit comments